namespace WebAPiUtils_test.DBO { public class ValuesDboGet : ValuesDboAdd { public long Id { get; set; } public string Text { get; set; } } }