namespace UnivateProperties_API.Containers.Info { public class ClassDto { public string Name { get; set; } public string FullName{ get; set; } } }