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