Ejemplo n.º 1
0
 public static IVolumeCharacterModel MapToModelListing(this IVolumeCharacter entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }