first commit
This commit is contained in:
11
Complex.Domain/Entities/Poster.cs
Normal file
11
Complex.Domain/Entities/Poster.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Complex.Domain.Commons;
|
||||
|
||||
namespace Complex.Domain.Entities
|
||||
{
|
||||
public class Poster:BaseEntity<int>
|
||||
{
|
||||
public string RegisterMobileNumber { set; get; }
|
||||
public bool IsActive { set; get; } = false;
|
||||
public string ImagePath { set; get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user