Esempio n. 1
0
 public static ICharacterIssueModel MapToModelListing(this ICharacterIssue entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }