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

@ -38,5 +38,7 @@ namespace Yavsc.ViewModels.Manage
public string PostalAddress { get; set; }
public BankIdentity BankInfo { get; set; }
public long DiskQuota { get; set; }
public long DiskUsage { get; set; }
}
}