Пример #1
0
 public Order GetItem(string id)
 {
     if (String.IsNullOrEmpty(id))
     {
         return(null);
     }
     return(_dao.Get(id));
 }