Пример #1
0
 public List <object[]> GetConsumables(string pokemartName)
 {
     return(context.GetConsumables(pokemartName));
 }
Пример #2
0
 public List <object[]> GetConsumables()
 {
     return(context.GetConsumables());
 }