Example #1
0
 private static Lair CreateNewBar()
 {
     var lair = new Lair();
     lair.SetProperty(m => m.Id, _lairId);
     return lair;
 }