Interface IServiceTypeService
Service Type service interface
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public interface IServiceTypeService : IEntityService<ServiceTypeEntity>, IService
See Also
Cmc.Core.ServiceModel.IEntityService<>