コード例 #1
0
 public static ITeamMovieModel MapToModelLite(this ITeamMovie entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelLite(entity, currentDepth));
 }