예제 #1
0
 public AdminEnvioController(ISOrden Sorden)
 {
     this.SOrden = Sorden;
 }
예제 #2
0
 public CestaController(ISCesta SCesta, ISOrden SEnvio, IRepositorio <Cliente> Clientes)
 {
     this.SerCesta = SCesta;
     this.serEnvio = SEnvio;
     this.clientes = Clientes;
 }