public UnitOfWork() { context = new EFDbContext(); }
public UnitOfWork(EFDbContext context) { this.context = context; }