Esempio n. 1
0
 public static GenerateCashSheetModel GetGeneratedCashSheet(int empId, int departmentid, DateTime date)
 {
     return(WayBillRepository.GetCashSheetDetails(empId, departmentid, date));
 }