namespace JuickApi { public class User { public int Uid { get; set; } public string UName { get; set; } public string Fullname { get; set; } } }