yavsc/Yavsc.Server/Settings/ThirdPartyFiles.cs
2018-05-02 04:09:51 +02:00

11 lines
No EOL
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; }
}
}