Files

9 lines
231 B
C#

namespace AccountManagement.Application.Contracts.SubAccountPermissionSubtitle
{
public class CreateSubAccountPermissionSubtitle1
{
public string Title { get; set; }
public int Code { get; set; }
}
}