Example #1
0
 public FacultyWorkInfo Get(int id)
 {
     return(_facultyWorkInfoRepo.Get(id));
 }