Interface IBudgetedStartService
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public interface IBudgetedStartService : IEntityService<AdmissionsRepBudgetStartEntity>, IService
Methods
AllocateBudgetedStarts(AllocateBudgetedStartsRequest)
Returns the list of Budgeted Start Entity.
Declaration
AllocateBudgetedStartsResponse AllocateBudgetedStarts(AllocateBudgetedStartsRequest request)
Parameters
Type | Name | Description |
---|---|---|
AllocateBudgetedStartsRequest | request | AllocateBudgetedStartsRequest Object contains the value of Budgeted Start Entity. |
Returns
Type | Description |
---|---|
AllocateBudgetedStartsResponse | The return value AllocateBudgetedStartsResponse contains the list of Budgeted Start Entity. |