11 lines
256 B
C#
11 lines
256 B
C#
namespace Yavsc
|
|
{
|
|
|
|
public class ThirdPartyFiles {
|
|
public string DirName { get; set; }
|
|
public string Quota { get; set; }
|
|
public string Blog { get; set; }
|
|
public string Bills { get; set; }
|
|
|
|
}
|
|
} |