ASC.ApiSystem: QuotaUsageDto: unused code removed

This commit is contained in:
Andrey Savihin 2023-09-27 23:35:48 +03:00
parent 7c423d14cb
commit ee734b8440

View File

@ -99,7 +99,6 @@ public class QuotaUsageDto
public ulong UsedSize { get; set; }
public int MaxRoomAdminsCount { get; set; }
public int RoomAdminCount { get; set; }
public long UserStorageSize { get; set; }
public long MaxUsers { get; set; }
public long UsersCount { get; set; }
public int MaxRoomsCount { get; set; }