Esempio n. 1
0
 public static T ToPoco <T>(this IDictionary <string, object> data)
 {
     return(data.Adapt <T>());
 }