namespace Wonky.Entity.DTO; public class AdminUserListView { public string UserId { get; set; } = ""; public string FullName { get; set; } = ""; public string Email { get; set; } = ""; public string CountryCode { get; set; } = ""; public string PhoneNUmber { get; set; } = ""; }