public BaseRepository(IUnitofWorkContext <TPrimaryKey> unitofWorkContext) { _unitofWorkContext = unitofWorkContext; }
public BaseRepostitory(IUnitofWorkContext unitofWorkContext) : base(unitofWorkContext) { }
public EfRepositoryBase(IUnitofWorkContext unitofWorkContext) { _unitofWorkContext = unitofWorkContext; }