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