protected EntityService(RdsContext context) { this.context = context; }
public UserService(RdsContext context) : base(context) { }
public ProductService(RdsContext context) : base(context) { }
public MoviesController(RdsContext context) { _context = context; }