コード例 #1
0
 internal static YPF.Comercial.RRCC.SUP.FormularioTransporte FromJSON(object _json)
 {
     if (_json == null)
     {
         return null;
     }
     else
     {
         YPF.Comercial.RRCC.SUP.FormularioTransporte _obj = new YPF.Comercial.RRCC.SUP.FormularioTransporte();
         _obj._fromJSON((com.sybase.afx.json.JsonObject)_json);
         return _obj;
     }
 }