public CatalogosController(ICatalogosServiceCmd catalogosServiceCmd,
                            ICatalogosServiceQuery catalogosServiceQuery,
                            IUnitOfWork <_AuditoriaInventarios> ufwLog)
 {
     this._catalogosServiceCmd   = catalogosServiceCmd;
     this._catalogosServiceQuery = catalogosServiceQuery;
     this._ufwLog = ufwLog;
 }
 public CatalogosController(ICatalogosServiceCmd catalogosServiceCmd,
                            ICatalogosServiceQuery catalogosServiceQuery)
 {
     this._catalogosServiceCmd   = catalogosServiceCmd;
     this._catalogosServiceQuery = catalogosServiceQuery;
 }