Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace app.Share.Common
|
||||
{
|
||||
public class AuthUserSelectCriterion : SelectCriterion
|
||||
{
|
||||
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
public string EMail { get; set; }
|
||||
public int? AuthRole { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user