Exemple #1
0
 public VendorDetail Get(Int32?ID)
 {
     return((!ID.HasValue) ? null : m_db.Get(ID));
 }