using AsbCloudApp.Data; namespace AsbCloudApp.Services { public interface IUserRoleService: ICrudService { } }