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