INIT vol 1.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace WorkFlowCheck.DL.Entities
|
||||
{
|
||||
public class User
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public string Email { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user