예제 #1
0
 public DataSet ListGeographies(bool suppressExceptions, string loginToken, int geographyID)
 {
     using (SecureData sd = new SecureData(suppressExceptions, loginToken)) {
         return(sd.ListGeographies(geographyID));
     }
 }