public UserService(postgresContext context) { db = context; }
public UsersController(UserService userService, IJwtAuthenticationManager JwtAuthentiocationManager, postgresContext context) { _userService = userService; this.JwtAuthentiocationManager = JwtAuthentiocationManager; db = context; }