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