Example #1
0
 public ShopRepository(MMBMDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public SimcardRepository(MMBMDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public EmployeeRepository(MMBMDbContext context)
 {
     this.context = context;
 }
Example #4
0
 public UnitOfWork(MMBMDbContext context)
 {
     this.context = context;
 }
Example #5
0
 public BranchRepository(MMBMDbContext context)
 {
     this.context = context;
 }