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