Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the UnitOfWork class.
 /// </summary>
 public GenericUnitOfWork()
 {
     _context = new EfContext();
 }