Example #1
0
 public static ILocationStoryArcModel MapToModelLite(this ILocationStoryArc entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelLite(entity, currentDepth));
 }