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