public UnitWork(OpenAuthDBContext context) { _context = context; }
public MakeController(VDBContext dBContext, IMapper mapper) { this.dBContext = dBContext; this.mapper = mapper; }