Exemplo n.º 1
0
 internal static YPF.Comercial.RRCC.SUP.intrnl.TipoInteraccion_rs FromJSON(object _json)
 {
     if (_json == null)
     {
         return(null);
     }
     else
     {
         YPF.Comercial.RRCC.SUP.intrnl.TipoInteraccion_rs _obj = new YPF.Comercial.RRCC.SUP.intrnl.TipoInteraccion_rs();
         _obj._fromJSON((com.sybase.afx.json.JsonObject)_json);
         return(_obj);
     }
 }
Exemplo n.º 2
0
 internal static YPF.Comercial.RRCC.SUP.intrnl.TipoInteraccion_rs FromJSON(object _json)
 {
     if (_json == null)
     {
         return null;
     }
     else
     {
         YPF.Comercial.RRCC.SUP.intrnl.TipoInteraccion_rs _obj = new YPF.Comercial.RRCC.SUP.intrnl.TipoInteraccion_rs();
         _obj._fromJSON((com.sybase.afx.json.JsonObject)_json);
         return _obj;
     }
 }