예제 #1
0
 public UnitOfWork(DABHandIn3_2Context context)
 {
     Context          = context;
     PersonRepository = new Repository <Person>(Context);
 }
예제 #2
0
 public Repository(DABHandIn3_2Context context)
 {
     _context = context;
 }