Esempio n. 1
0
 public Champion EditById(Champion item, int id)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Champion Add(Champion item)
 {
     throw new NotImplementedException();
 }