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