Added shared projects
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace LiteCharms.Models;
|
||||
|
||||
public class Product
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
|
||||
public string? Description { get; set; }
|
||||
|
||||
public bool Active { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user