Interface IDisbursementBatchService
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public interface IDisbursementBatchService : IEntityService<DisbursementBatchEntity>, IService
Methods
FindAndDeleteDisbursementBatchDetail(Int32)
Declaration
void FindAndDeleteDisbursementBatchDetail(int scheduledDisbursementId)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduledDisbursementId |
|
FindAndUpdateDisbursementBatch(Int32, Boolean)
Declaration
void FindAndUpdateDisbursementBatch(int batchId, bool isStudentsDropped)
Parameters
Type |
Name |
Description |
System.Int32 |
batchId |
|
System.Boolean |
isStudentsDropped |
|