Beispiel #1
0
 private static Order GetOrder()
 {
     return(s_foundOrder ?? (s_foundOrder = s_dao.FindById(s_addedOrder.Id)));
 }