2021-11-29 12:39:28 +05:00
|
|
|
namespace AsbCloudApp.Data
|
|
|
|
{
|
2021-12-11 16:46:04 +05:00
|
|
|
public class PermissionDto : PermissionBaseDto
|
2021-11-29 12:39:28 +05:00
|
|
|
{
|
2021-12-01 16:09:06 +05:00
|
|
|
public int IdUserRole { get; set; }
|
2021-11-29 12:39:28 +05:00
|
|
|
}
|
|
|
|
}
|