Esempio n. 1
0
 public UserService()
 {
     _dbContext = DependencyService.Get <FoodAppContext>();
 }
Esempio n. 2
0
 public DataRepository()
 {
     _dbContext   = DependencyService.Get <FoodAppContext>();
     _userService = DependencyService.Get <IUserService>();
 }