Exemplo n.º 1
0
 public static IMovieWriter MapToEntity(this IMovieWriterModel model, int currentDepth = 1)
 {
     return(Mapper.MapToEntity(model, currentDepth));
 }