Ejemplo n.º 1
0
 public Restaurant GetByInvoice(Invoice inv)
 {
     return(restRepo.GetByInvoice(inv));
 }