Api/NetinaShop.Common/Models/IScopedDependency.cs

6 lines
92 B
C#

namespace NetinaShop.Common.Models
{
public interface IScopedDependency
{
}
}