namespace YLErp { internal class TestPoco { public string AA { get; set; } public string BB { get; set; } } }