public VolsController(AppDomainContext context, IVolService volService) { _context = context; _volService = volService; }
public ValuesController(IVolService volService) { _volService = volService; }