Exemple #1
0
 public DataTable GetAllTaskInfo()
 {
     showProjectGatway = new ShowProjectGatway();
     return(showProjectGatway.GetAllTaskInfo());
 }
Exemple #2
0
 public DataTable GetAllPerson(int projectId)
 {
     showProjectGatway = new ShowProjectGatway();
     return(showProjectGatway.GetAllPerson(projectId));
 }
Exemple #3
0
 public DataTable GetAllProjectDeatils(int projectId)
 {
     showProjectGatway = new ShowProjectGatway();
     return(showProjectGatway.GetAllProjectDeatils(projectId));
 }