예제 #1
0
 public AccountRepository(NewCoDbContext context)
 {
     this.context = context;
 }
예제 #2
0
파일: UnitOfWork.cs 프로젝트: Edmand/NewCo
 public UnitOfWork(NewCoDbContext context)
 {
     this.context = context;
 }