示例#1
0
 public UnitOfWork(DABHandIN3_2v2Context context)
 {
     Context          = context;
     PersonRepository = new Repository <Person>(Context);
 }
示例#2
0
 public Repository(DABHandIN3_2v2Context context)
 {
     _context = context;
 }