예제 #1
0
 public static IVolumeModel MapToModelListing(this IVolume entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }