mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-08 16:33:07 +00:00
9 lines
207 B
C#
9 lines
207 B
C#
|
|
namespace AutoClient.Modes.FolderStore
|
|||
|
|
{
|
|||
|
|
public class PurchaseInfo
|
|||
|
|
{
|
|||
|
|
public TimeSpan PurchaseDurationTotal { get; set; }
|
|||
|
|
public TimeSpan PurchaseDurationSafe { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|