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