Example #1
0
 public static bool AreEqual(this ITeamMemberModel model, ITeamMember entity)
 {
     return(Mapper.AreEqual(model, entity));
 }