Exemple #1
0
 public static bool CanMap <TService>(this IMapper mapper)
 {
     return(mapper.CanMap(typeof(TService)));
 }