예제 #1
0
 public TutorTraineeUnApprovedViewModel(TutorTrainee entity, int traineeMatchCount, int tutorMatchCount)
     : this(new TutorTraineeModel(entity), traineeMatchCount, tutorMatchCount)
 {
 }
예제 #2
0
 public TutorTraineeModel(TutorTrainee entity)
     : base(entity)
 {
 }