Пример #1
0
 public Champion EditById(Champion item, int id)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Champion Add(Champion item)
 {
     throw new NotImplementedException();
 }