namespace Wonky.Entity.Views; public class UserListAdminView { public string UserId { get; set; } = ""; public string SalesRep { get; set; } = ""; public string FullName { get; set; } = ""; public string Email { get; set; } = ""; public string CountryCode { get; set; } = ""; public string PhoneNumber { get; set; } = ""; }