Exemple #1
0
 public BillRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public UnitOfWork(DokanDbContext context)
 {
     this.context = context;
 }
 public CustomerRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemple #4
0
 public PhonesRepository(DokanDbContext context)
 {
     this.context = context;
 }
 public MeToYouRepository(DokanDbContext context)
 {
     this.context = context;
 }
Exemple #6
0
 public InventroyRepository(DokanDbContext context)
 {
     this.context = context;
 }
 public SaleFactorRepository(DokanDbContext context)
 {
     this.context = context;
 }