initial add
This commit is contained in:
14
Fab2ApprovalSystem/Models/UserSubRoles.cs
Normal file
14
Fab2ApprovalSystem/Models/UserSubRoles.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Fab2ApprovalSystem.Models
|
||||
{
|
||||
public class UserSubRoles
|
||||
{
|
||||
public int SubRoleID { get; set; }
|
||||
public string RoleName { get; set; }
|
||||
public string SubRoleName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user