Esempio n. 1
0
 public static ICharacterAppearedInIssue MapToEntity(this ICharacterAppearedInIssueModel model, int currentDepth = 1)
 {
     return(Mapper.MapToEntity(model, currentDepth));
 }