2
0
forked from sim0n00ps/OF-DL

7 lines
100 B
C#

namespace OF_DL.Models.Entities.Common;
public class Full
{
public string? Url { get; set; }
}