Esempio n. 1
0
 public EmployeeController(CNetContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Esempio n. 2
0
 public DbInitializerService(CNetContext context)
 {
     this.context = context;
 }
Esempio n. 3
0
 public ManagerController(CNetContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }