Disk quota

This commit is contained in:
Paul Schneider 2016-11-30 11:05:10 +01:00
commit 81b9a2522e
9 changed files with 1193 additions and 22 deletions

View file

@ -85,5 +85,7 @@ namespace Yavsc.Models
public BankIdentity BankInfo { get; set; }
public long DiskQuota { get; set; } = 512*1024*1024;
public long DiskUsage { get; set; } = 0;
}
}