Example #1
0
 public List <TimeSheetTicket> GetTimesheet(int invoiceID)
 {
     return(mgr.GetTimesheet(invoiceID));
 }