Exemplo n.º 1
0
 public int Submitdeletedprfiles(SettledDeletedML mobj)
 {
     return(this.IEmployeeReport.deletedprofilesInsertion(mobj));
 }
Exemplo n.º 2
0
 public int deletedprofilesInsertion(SettledDeletedML mobj)
 {
     return(new EmployeeReportPageDAL().deletedprofilesInsertionDal(mobj, "usp_InsertDeletedMatchesProfiles"));
 }