示例#1
0
 public TDestination Map <TDestination>(object src)
 {
     return(_mapper.Map <TDestination>(src));
 }