Class WlmDepartmentServiceBase
Abstract base class - WlmDepartmentServiceBase
Inheritance
System.Object
WlmDepartmentServiceBase
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class WlmDepartmentServiceBase : EntityService<WlmDepartmentEntity>, IWlmDepartmentService, IEntityService<WlmDepartmentEntity>, IService
Constructors
WlmDepartmentServiceBase()
Declaration
protected WlmDepartmentServiceBase()
Methods
IntegrateDepartment(IntegrateDepartmentRequest)
Declaration
public virtual IntegrateDepartmentResponse IntegrateDepartment(IntegrateDepartmentRequest request)
Parameters
Type | Name | Description |
---|---|---|
IntegrateDepartmentRequest | request |
Returns
Type | Description |
---|---|
IntegrateDepartmentResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService