yavsc/Yavsc.Server/Settings/ThirdPartyFiles.cs

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; }
}
}