Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

PkBigSerialAddDbo.cs 178B

123456789
  1. namespace Test.Utils.Dbo.PkBigSerial
  2. {
  3. public class PkBigSerialAddDbo
  4. {
  5. public string SomeText { get; set; }
  6. public int? SomeInt { get; set; }
  7. }
  8. }