Add project files.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace atakanozbancom.Models.classes
|
||||
{
|
||||
public class ProjectMediaVM
|
||||
{
|
||||
public int id { get; set; }
|
||||
|
||||
public int projectid { get; set; }
|
||||
|
||||
public string mediatype { get; set; } // "image" or "iframe"
|
||||
|
||||
public string mediaurl { get; set; }
|
||||
|
||||
public int sortorder { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user