public List <object[]> GetConsumables(string pokemartName) { return(context.GetConsumables(pokemartName)); }
public List <object[]> GetConsumables() { return(context.GetConsumables()); }