Пример #1
0
 public Project GetDetails(int projectid)
 {
     return(_projectcontext.GetDetails(projectid));
 }