Пример #1
0
 public void Add(ExamServices Exam)
 {
 }
Пример #2
0
 public void Update(ExamServices Exam)
 {
 }
Пример #3
0
 public ExamServices()
 {
     _repo = new ExamServices();
 }