Example #1
0
 public static ITeamCharacterFriendModel MapToModelListing(this ITeamCharacterFriend entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }