Example #1
0
 public UnitofWork(GEventsContext context)
 {
     _context = context;
 }
Example #2
0
 public UnitofWork()
 {
     _context = new GEventsContext();
 }