namespace Test.Utils.Dbo.PkGuid { public class PkGuidAddDbo { public string SomeText { get; set; } public int? SomeInt { get; set; } } }