Exemple #1
0
 public static List<UserReport> GetCliUserReportsByProjectIdAndMonthAndYear(int projectId, Int32 Month, Int32 Year)
 {
     CustomDAO objCustomDAO = new CustomDAO();
     return (objCustomDAO.GetClientWiseUserReportsByProjectIdAndMonthAndYear(projectId, Month, Year));
 }