using AsbCloudApp.Data; namespace AsbCloudInfrastructure.Services { public interface ICachedCrudService where Tdto : IId { } }