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