예제 #1
0
 public paginationServiceModel(PFAContext context)
 {
     _context = context;
 }
예제 #2
0
 public HotelsServiceModel(PFAContext context)
 {
     _context = context;
 }
예제 #3
0
 public ModalServiceModel(PFAContext context)
 {
     _context = context;
 }
예제 #4
0
 public ActivityPaginServiceModel(PFAContext context)
 {
     _context = context;
 }
예제 #5
0
 public ActivitiesServiceModel(PFAContext context)
 {
     _context = context;
 }
예제 #6
0
 public RestaurantsServiceModel(PFAContext context)
 {
     _context = context;
 }
예제 #7
0
 public RecommandationModel(PFAContext context)
 {
     _context = context;
 }