public ProductosController(IProductosServiceCmd productosServiceCmd,
                            IProductosServiceQuery productosServiceQuery,
                            IUnitOfWork <_AuditoriaInventarios> ufwLog)
 {
     this._productosServiceCmd   = productosServiceCmd;
     this._productosServiceQuery = productosServiceQuery;
     this._ufwLog = ufwLog;
 }
Exemple #2
0
 public ProductosController(IProductosServiceCmd productosServiceCmd,
                            IProductosServiceQuery productosServiceQuery)
 {
     this._productosServiceCmd   = productosServiceCmd;
     this._productosServiceQuery = productosServiceQuery;
 }