4 lines
111 B
C#
4 lines
111 B
C#
namespace Wino.Core.Domain.Interfaces;
|
|
|
|
public interface IOutlookThreadingStrategy : IThreadingStrategy { }
|