using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Model.Common.Dtos { public class RootUser { public string name { get; set; } public string phone { get; set; } } }