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