Example #1
0
 public List <GetGraphicalPeriodWiseBooking> GetAgentBookingGraph(string username, string projectID, string fromDate, string toDate)
 {
     return(db.GetAgentBookingGraph(username, projectID, fromDate, toDate));
 }