Esempio n. 1
0
 public Project GetProjectByID(int ID)
 {
     return(context.GetProjectByID(ID));
 }