public EmployeeController(BanicharnicaContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public ManagerController(BanicharnicaContext context) { this.context = context; }
public DbInitizlizerService(BanicharnicaContext context) { this.context = context; }
public ManagerController(BanicharnicaContext context, IMapper mapper) { this.context = context; this._mapper = mapper; }