示例#1
0
 public static ICreatorCharacterModel MapToModel(this ICreatorCharacter entity, int currentDepth = 1)
 {
     return(Mapper.MapToModel(entity, currentDepth));
 }