Example #1
0
 public static ICharacterFriendlyTeamModel MapToModel(this ICharacterFriendlyTeam entity, int currentDepth = 1)
 {
     return(Mapper.MapToModel(entity, currentDepth));
 }