Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace atakanozbancom.Models.classes
|
||||
{
|
||||
public class MyProjectsVM
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string title { get; set; }
|
||||
public string description { get; set; }
|
||||
|
||||
public string image { get; set; }
|
||||
public string iframe { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user