Beispiel #1
0
 public int GetProjectCount(int id)
 {
     return(_dataRepository.GetNoOfProjects(id));
 }