initial commit
This commit is contained in:
11
Gallery.Share/Models/Item.cs
Normal file
11
Gallery.Share/Models/Item.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Gallery.Models
|
||||
{
|
||||
public class Item
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Text { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user