Example #1
0
 public Task <object> GetPropertyValue(dynamic obj)
 {
     return(AsyncTask(() =>
     {
         return _binder.GetPropertyValue(obj.id, obj.property);
     }));
 }