Files

10 lines
331 B
C#
Raw Normal View History

2024-10-27 22:09:46 +01:00
namespace WatchIt.Website.Services.Configuration.Model;
2024-09-25 22:11:28 +02:00
public class Photos
{
public string Base { get; set; }
public string GetPhotoRandomBackground { get; set; }
public string DeletePhoto { get; set; }
public string PutPhotoBackgroundData { get; set; }
public string DeletePhotoBackgroundData { get; set; }
}