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