UserPage created
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WatchIt.Website.Services.Configuration.Model;
|
||||
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user