コード例 #1
0
 public void Edit(int id, SupplyClassModel model)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Add(SupplyClassModel model)
 {
     throw new NotImplementedException();
 }