public void SaveRetrieveStudentGroupPromoteInformation(PromoteStudent aPromoteStudentobj, List <PromoteStudent> PromoteStudentlist) { aPromoteGateway.SaveRetrieveStudentGroupPromoteInformation(aPromoteStudentobj, PromoteStudentlist); }
public IActionResult PromoteStudent(PromoteStudent promote) { return(_service.PromoteStudent(promote)); }
public void ArchiveStudentPromoteInformation(PromoteStudent aPromoteStudentobj, List <PromoteStudent> PromoteStudentlist) { aPromoteGateway.ArchiveStudentPromoteInformation(aPromoteStudentobj, PromoteStudentlist); }