Inheritance: JsonRpcService
 public JsonDataTypeHandler()
 {
     if (service == null)
     {
         service = new JsonDataTypeService();
     }
 }
Exemplo n.º 2
0
 public JsonDataTypeHandler()
 {
     if (service == null) service = new JsonDataTypeService();
 }