Inheritance: DevMentor.Context.FileContext, IObjectContextAdapter
コード例 #1
0
 public UnitOfWork(IStoreStrategy store)
 {
     context = new Context(store);
 }
コード例 #2
0
 public UnitOfWork(Context context)
 {
     this.context = context;
 }
コード例 #3
0
 //private DocumentContext documentContext;
 public UnitOfWork()
 {
     context = new Context();
 }