forked from sim0n00ps/OF-DL
7 lines
103 B
C#
7 lines
103 B
C#
namespace OF_DL.Models.Entities.Common;
|
|
|
|
public class Full
|
|
{
|
|
public string? Url { get; set; }
|
|
}
|