Esempio n. 1
0
 public static T Map <T>(object entity)
 {
     return(BoHelper.TranslateObject <T>(entity));
 }