コード例 #1
0
 public Grant GetGrantByCode(string grantCode)
 {
     return(_settingcontroller.GetGrantByCode(grantCode));
 }