Esempio n. 1
0
 public IEnumerable <DeliveryServicedt> GetEntregasPorTienda(int tienda)
 {
     return(DeliveryService.EntregasPorTienda(tienda));
 }