示例#1
0
 public UnitOfWork()
 {
     context = new EFDbContext();
 }
示例#2
0
 public UnitOfWork(EFDbContext context)
 {
     this.context = context;
 }