Api/Netina.Common/Models/IScopedDependency.cs

6 lines
88 B
C#
Raw Permalink Normal View History

2024-04-16 20:01:34 +03:30
namespace Netina.Common.Models
2023-12-16 20:25:12 +03:30
{
public interface IScopedDependency
{
}
}