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