コード例 #1
0
 public Project Get(int id)
 {
     return(_projectManagementRepository.Get(id));
 }