Files
yavsc/Yavsc.Server/Settings/ThirdPartyFiles.cs
2018-03-26 19:27:29 +02:00

11 lines
254 B
C#

namespace Yavsc
{
public class ThirdPartyFiles {
public string Avatars { get; set; }
public long Quota { get; set; }
public string Blog { get; set; }
public string Bills { get; set; }
}
}