コード例 #1
0
 public static IStoryArcModel MapToModelLite(this IStoryArc entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelLite(entity, currentDepth));
 }