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