Ejemplo n.º 1
0
 public CriteriaRankRepository(AHPContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Ejemplo n.º 2
0
 public ProjectRepository(AHPContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Ejemplo n.º 3
0
 public AlternativeRankRepository(AHPContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Ejemplo n.º 4
0
 public UnitOfWorkFactory(AHPContext context)
 {
     Context = context;
 }