Example #1
0
 public NSCountryController(SailContext context)
 {
     _context = context;
 }
 public HMBPAnnualFeeStructureController(SailContext context)
 {
     _context = context;
 }
Example #3
0
 public HMBPCountriesController(SailContext context)
 {
     _context = context;
 }
Example #4
0
 public HMParkingsController(SailContext context)
 {
     _context = context;
 }
Example #5
0
 public ProvinceController(SailContext context)
 {
     _context = context;
 }
Example #6
0
 public LFMemberController(SailContext context)
 {
     _context = context;
 }
 public JRMembershipTypeController(SailContext context)
 {
     _context = context;
 }
Example #8
0
 public HMMembershipsController(SailContext context)
 {
     _context = context;
 }
 public HMMembershipType(SailContext context)
 {
     _context = context;
 }
Example #10
0
 public NSParkingController(SailContext context)
 {
     _context = context;
 }
        // GET: Remotes

        public RemotesController(SailContext context)
        {
            _context = context;
        }
 public GsAnnualFeeStructuresController(SailContext context)
 {
     _context = context;
 }
 public HMBoatsController(SailContext context)
 {
     _context = context;
 }
 public TownController(SailContext context)
 {
     _context = context;
 }
 public HXBoatTypeController(SailContext context)
 {
     _context = context;
 }
 public KGMembershipController(SailContext context)
 {
     _context = context;
 }
Example #17
0
 public KGBoatController(SailContext context)
 {
     _context = context;
 }
Example #18
0
 public JRTaskController(SailContext context)
 {
     _context = context;
 }
 public HMBPProvincesController(SailContext context)
 {
     _context = context;
 }
 public BPTasksController(SailContext context)
 {
     _context = context;
 }
 public HMBPMembersController(SailContext context)
 {
     _context = context;
 }
Example #22
0
 // Constructor to set contorller context.
 public GsMembershipTypesController(SailContext context)
 {
     _context = context;
 }