Beispiel #1
0
 public void Native()
 {
     m_dto = new BenchmarkDto {
         Id = 1L, Name = "one"
     };
 }
Beispiel #2
0
 public void Native()
 {
     m_dto = new BenchmarkDto();
 }