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