public JsonDataTypeHandler()
 {
     if (service == null)
     {
         service = new JsonDataTypeService();
     }
 }
Пример #2
0
 public JsonDataTypeHandler()
 {
     if (service == null) service = new JsonDataTypeService();
 }