initial add
This commit is contained in:
16
Fab2ApprovalSystem/Models/AllUserModel.cs
Normal file
16
Fab2ApprovalSystem/Models/AllUserModel.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Fab2ApprovalSystem.Models
|
||||
{
|
||||
public class AllUserModel
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user