コード例 #1
0
 public List <BatchProgramAssociation> GetProgramByBatch(int BatchId)
 {
     return(BatchProgramAssociationDS.GetProgramByBatch(BatchId));
 }
コード例 #2
0
 public List <BatchProgramAssociation> UpdateProgramBatchAssociation(BatchProgramAssociation batchProgramAssociation)
 {
     return(BatchProgramAssociationDS.UpdateProgramBatchAssociation(batchProgramAssociation));
 }
コード例 #3
0
 public List <BatchProgramAssociation> GetProgramBatchNotMapped(int BatchId)
 {
     return(BatchProgramAssociationDS.GetProgramBatchNotMapped(BatchId));
 }