10 lines
169 B
C#
10 lines
169 B
C#
namespace Shared.Models.Online.Zetflix
|
|
{
|
|
public struct Folder
|
|
{
|
|
public string comment { get; set; }
|
|
|
|
public string file { get; set; }
|
|
}
|
|
}
|