PageRenderTime 47ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/Raven.Tests/Bugs/UserInt32.cs

https://github.com/georgiosd/ravendb
C# | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | a2a547ee25ba624b180302438ddf55cd MD5 | raw file
Possible License(s): BSD-3-Clause, CC-BY-SA-3.0, GPL-3.0, MPL-2.0-no-copyleft-exception, LGPL-2.1
  1. namespace Raven.Tests.Bugs
  2. {
  3. public class UserInt32
  4. {
  5. public int Id { get; set; }
  6. public string Name { get; set; }
  7. }
  8. }