Ejemplo n.º 1
0
 public ServiceBase(DependencyDTO dependencyDTO)
 {
     this.DependencyDTO = dependencyDTO;
     this.Mapper        = this.DependencyDTO.Mapper;
     this.DBContext     = this.DependencyDTO.RefactorContext;
     this.CRUDHelper    = this.DependencyDTO.CrudHelper;
 }
Ejemplo n.º 2
0
 public ProductOptionsService(DependencyDTO dependencies) : base(dependencies)
 {
 }