public UserFavoritesController(PraiseProvisionDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public UserProfileServices(PraiseProvisionDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public AddFavoriteController(PraiseProvisionDbContext context)
 {
     _context = context;
 }