Пример #1
0
 /// <summary>
 /// getStates
 /// </summary>
 /// <returns>all the states specific to country as of now India</returns>
 public DataSet getStates()
 {
     try
     {
         ProductData oProductData = new ProductData();
         return oProductData.getStates();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }