public ShopRepository(MMBMDbContext context) { this.context = context; }
public SimcardRepository(MMBMDbContext context) { this.context = context; }
public EmployeeRepository(MMBMDbContext context) { this.context = context; }
public UnitOfWork(MMBMDbContext context) { this.context = context; }
public BranchRepository(MMBMDbContext context) { this.context = context; }