예제 #1
0
 public ShopRepository(MMBMDbContext context)
 {
     this.context = context;
 }
예제 #2
0
 public SimcardRepository(MMBMDbContext context)
 {
     this.context = context;
 }
예제 #3
0
 public EmployeeRepository(MMBMDbContext context)
 {
     this.context = context;
 }
예제 #4
0
파일: UnitOfWork.cs 프로젝트: Kond94/MMBM
 public UnitOfWork(MMBMDbContext context)
 {
     this.context = context;
 }
예제 #5
0
 public BranchRepository(MMBMDbContext context)
 {
     this.context = context;
 }