forked from ddrilling/AsbCloudServer
8 lines
148 B
C#
8 lines
148 B
C#
|
using AsbCloudApp.Data;
|
|||
|
|
|||
|
namespace AsbCloudInfrastructure.Services
|
|||
|
{
|
|||
|
public interface ICachedCrudService<Tdto> where Tdto : IId
|
|||
|
{
|
|||
|
}
|
|||
|
}
|