Exemplo n.º 1
0
 public BillRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork(DokanDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public CustomerRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public PhonesRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public MeToYouRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 6
0
 public InventroyRepository(DokanDbContext context)
 {
     this.context = context;
 }
 public SaleFactorRepository(DokanDbContext context)
 {
     this.context = context;
 }