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