public BedController(IMasterUow uow) : base(uow)
 {
 }
Example #2
0
 public ScreensController(IMasterUow uow) : base(uow)
 {
 }
Example #3
0
 public RolePermissionDomain(IMasterUow uow, IDbContextManager <MainSqlDbContext> dbContextManager)
 {
     this.Uow         = uow;
     DbContextManager = dbContextManager;
 }
 public ActivitiesController(IMasterUow uow) : base(uow)
 {
 }
Example #5
0
 public OtpsController(IMasterUow uow) : base(uow)
 {
 }
Example #6
0
 public BookingsController(IMasterUow uow) : base(uow)
 {
 }
Example #7
0
 public CaseInfosController(IMasterUow uow) : base(uow)
 {
 }
 public vRequesterDomain(IMasterUow uow)
 {
     this.Uow = uow;
 }
Example #9
0
 public ReviewsController(IMasterUow uow) : base(uow)
 {
 }
Example #10
0
 public HotelDomain(IMasterUow uow)
 {
     this.Uow = uow;
 }
 public EmployeeController(IMasterUow uow) : base(uow)
 {
 }
Example #12
0
 public UsersController(IMasterUow uow) : base(uow)
 {
 }
 public StateLookupsController(IMasterUow uow) : base(uow)
 {
 }
Example #14
0
 public EventsController(IMasterUow uow) : base(uow)
 {
 }
Example #15
0
 public FlightController(IMasterUow uow) : base(uow)
 {
 }
Example #16
0
 public ExpenseController(IMasterUow uow) : base(uow)
 {
 }
 public MenuController(IMasterUow uow) : base(uow)
 {
 }
 public DocumentsController(IMasterUow uow) : base(uow)
 {
 }
 public CityLookupsController(IMasterUow uow)
     : base(uow)
 {
 }
 public ChangePasswordDomain(IMasterUow uow, IPasswordHash passwordHash)
 {
     this.Uow     = uow;
     PasswordHash = passwordHash;
 }
Example #21
0
 public SeatsController(IMasterUow uow) : base(uow)
 {
 }
Example #22
0
 public EmployeeDomain(IMasterUow uow, IPasswordHash passwordHash, IDbContextManager <MainSqlDbContext> dbContextManager)
 {
     this.Uow         = uow;
     PasswordHash     = passwordHash;
     DbContextManager = dbContextManager;
 }
Example #23
0
 public MultiplexesController(IMasterUow uow) : base(uow)
 {
 }
 public vRoomLookupController(IMasterUow uow) : base(uow)
 {
 }
Example #25
0
 public vAvailableBedDomain(IMasterUow uow)
 {
     this.Uow = uow;
 }
 public vFlatLookupController(IMasterUow uow) : base(uow)
 {
 }
Example #27
0
 public ForgetPasswordDomain(IMasterUow uow, IPasswordHash passwordHash)
 {
     this.Uow     = uow;
     PasswordHash = passwordHash;
 }
Example #28
0
 public OrderSummariesController(IMasterUow uow) : base(uow)
 {
 }
Example #29
0
 public RequesterController(IMasterUow uow) : base(uow)
 {
 }
Example #30
0
 public MoviesController(IMasterUow uow) : base(uow)
 {
 }