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