コード例 #1
0
 public TiendaController(ITienda serT, IValidacion val)
 {
     servTien = serT;
     validar  = val;
 }
コード例 #2
0
 public ProductoController(IProducto serrPro, IValidacion serrIVal)
 {
     this.servPro = serrPro;
     this.serIVal = serrIVal;
 }
コード例 #3
0
 public RepresentanteController(IRepresentante serR, IValidacion val, ITienda serviTie)
 {
     serviRe       = serR;
     this.serviTie = serviTie;
     validar       = val;
 }