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