コード例 #1
0
 //To check if the project exists
 public bool CheckExists(int id)
 {
     return(_projectRepo.CheckExists(id));
 }