Пример #1
0
 public bool PedidoExiste(int id)
 {
     return(repository.PedidoExiste(id));
 }