Ejemplo n.º 1
0
 public static void Copy(Yelp_Response response)
 {
     try
     {
         _APIMASH_APIName._all.Clear();
         response.Copy(_APIMASH_APIName.All);
     }
     catch (Exception e)
     {
         throw (e);
     }
 }
 public static void Copy(Yelp_Response response)
 {
     try
     {
         _APIMASH_APIName._all.Clear();
         response.Copy(_APIMASH_APIName.All);
     }
     catch (Exception e)
     {
         throw (e);
     }
 }