Exemplo n.º 1
0
 public NSCountryController(SailContext context)
 {
     _context = context;
 }
 public HMBPAnnualFeeStructureController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public HMBPCountriesController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public HMParkingsController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public ProvinceController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public LFMemberController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public JRMembershipTypeController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public HMMembershipsController(SailContext context)
 {
     _context = context;
 }
 public HMMembershipType(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 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;
 }
Exemplo n.º 17
0
 public KGBoatController(SailContext context)
 {
     _context = context;
 }
Exemplo n.º 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;
 }
Exemplo n.º 22
0
 // Constructor to set contorller context.
 public GsMembershipTypesController(SailContext context)
 {
     _context = context;
 }