コード例 #1
0
 public IList <Grant> GetGrantbyprojectId(int projectId)
 {
     return(_settingController.GetProjectGrantsByprojectId(projectId));
 }