Beispiel #1
0
 public static IVolumeLocationModel MapToModelListing(this IVolumeLocation entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }