Ejemplo n.º 1
0
 public Restaurante GetId(int id)
 {
     return(_context.Restaurante.Where(RestauranteEspecificacoes.GetId(id)).FirstOrDefault());
 }
Ejemplo n.º 2
0
 public Restaurante GetOne(string nome)
 {
     return(_context.Restaurante.Where(RestauranteEspecificacoes.GetOne(nome)).FirstOrDefault());
 }