Ejemplo n.º 1
0
 public FeatureController(IMapper mapper, InsDbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Ejemplo n.º 2
0
 public CompanyController(InsDbContext Context, IMapper mapper)
 {
     this.Context = Context;
     this.mapper  = mapper;
 }