コード例 #1
0
 public JsonResult AddScheme(SYS_Code_Scheme obj)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public JsonResult UpdateScheme(string id, SYS_Code_Scheme scheme)
 {
     throw new NotImplementedException();
 }