public UsersController(DataContxt context, IuserService userService, ITokenService tokenService) { _context = context; _userService = userService; _tokenService = tokenService; }
public ValuesController(DataContxt contxt) { _contxt = contxt; }
public UserService(DataContxt context) { _context = context; }
public Repository(DataContxt context) { _context = context; }
public BuggyController(DataContxt contxt) { _contxt = contxt; }
public CompanyService(DataContxt context) { _context = context; }
public MarketService(DataContxt context) { _context = context; }