Example #1
0
 public IList <Grant> GetGrantbyprojectId(int projectId)
 {
     return(_settingcontroller.GetProjectGrantsByprojectId(projectId));
 }