コード例 #1
0
 public Project GetProjectbyid(int ProjectId)
 {
     return(_settingController.GetProjectbyid(ProjectId));
 }