TransferPathRepository class TransferPathRepository : ITransferPathRepository Documentation Code public long Count { get; } public TransferPathRepository() public TransferPathRepository(ITransferPathKeyGenerator primaryKeyGenerator) public void Clear() public void Delete(TransferPath path) public void Delete(JobTransferPath jobPath) public ICollection<TransferPath> SelectAll() public TransferPath SelectByKey(string path) public void Upsert(TransferPath path)