Exemplo n.º 1
0
 public TenantRepository(LaundryContext laundryContext)
 {
     _laundryContext = laundryContext;
 }
 public NavigatorRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public OrderIteamRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public DetailPelayanansController(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public BosController(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public UnitOfWork(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public KaryawansController(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public ReadOnlyController(LaundryContext context)
 {
     _context = context;
 }
 public UserAddressRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
Exemplo n.º 10
0
 public ServicesRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public PesanansController(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public DeliveryController(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 13
0
 public LaundryTypeController(LaundryContext context)
 {
     _context = context;
 }
Exemplo n.º 14
0
 public CustommerController(LaundryContext context)
 {
     _context = context;
 }
 public TblUsersMasterRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
 public MenuMasterServiceRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
 public UsersInRolesRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
 public BookingSessionRepository(LaundryContext laundryContext, IMapper mapper)
 {
     _laundryContext = laundryContext;
     _mapper         = mapper;
 }
Exemplo n.º 19
0
 public OrderController(LaundryContext context)
 {
     _context = context;
 }
 public CartRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }
 public BannerRepository(LaundryContext context) : base(context)
 {
     _context = context;
 }