コード例 #1
0
 // check is project exists by Id
 public bool IsProjectExistsById(int projectId)
 {
     return(projectGateway.IsProjectExistsById(projectId));
 }