Example #1
0
 public string Export_exam(int id)
 {
     return(examRepository.Export_exam(id));
     //throw new System.NotImplementedException();
 }