コード例 #1
0
 public int Create(LookupModel model)
 {
     return(_context.DOCUS_SYS_ADD_LOOKUP_VALUE(model.Section, model.Type, model.Value));
 }