Example #1
0
 public static ITeamIssueModel MapToModelListing(this ITeamIssue entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }