public UserService() { _dbContext = DependencyService.Get <FoodAppContext>(); }
public DataRepository() { _dbContext = DependencyService.Get <FoodAppContext>(); _userService = DependencyService.Get <IUserService>(); }