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