Class PackagingMethodServiceBase
Abstract base class - PackagingMethodServiceBase
Inheritance
System.Object
PackagingMethodServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<PackagingMethodEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class PackagingMethodServiceBase : EntityService<PackagingMethodEntity>, IPackagingMethodService, IEntityService<PackagingMethodEntity>, IService
Constructors
PackagingMethodServiceBase()
Declaration
protected PackagingMethodServiceBase()
Methods
GetCampusListByStaff(GetCampusStaffForPackagingMethodRequest)
Declaration
public virtual GetCampusStaffForPackagingMethodResponse GetCampusListByStaff(GetCampusStaffForPackagingMethodRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCampusStaffForPackagingMethodRequest | request |
Returns
| Type | Description |
|---|---|
| GetCampusStaffForPackagingMethodResponse |
GetUserCampusAuthorization(GetUserCampusAuthorizationForPackagingMethodRequest)
Declaration
public virtual GetUserCampusAuthorizationForPackagingMethodResponse GetUserCampusAuthorization(GetUserCampusAuthorizationForPackagingMethodRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetUserCampusAuthorizationForPackagingMethodRequest | request |
Returns
| Type | Description |
|---|---|
| GetUserCampusAuthorizationForPackagingMethodResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService