IJobTransferPathRepository interface IJobTransferPathRepository Documentation Code long Count { get; } void Clear() void Delete(JobTransferPath path) void Delete(TransferPath path) bool Exists(JobTransferPath jobPath) ICollection<JobTransferPath> SelectAll() JobTransferPath SelectByKey(TransferPath path) JobTransferPath SelectByKey(string path) void Upsert(JobTransferPath path)