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