forked from ddrilling/AsbCloudServer
8 lines
139 B
C#
8 lines
139 B
C#
|
using AsbCloudApp.Data;
|
|||
|
|
|||
|
namespace AsbCloudApp.Services
|
|||
|
{
|
|||
|
public interface IUserRoleService: ICrudService<UserRoleDto>
|
|||
|
{
|
|||
|
}
|
|||
|
}
|