コード例 #1
0
 public ProductoController()
 {
     productoBL = new ProductoBL();
     lineaBL    = new LineaBL();
     grupoBL    = new GrupoBL();
 }