Пример #1
0
 public object GetScalar(ExamResults obj)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public IEnumerable<ExamResults> GetAll(ExamResults entity)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public int Delete(ExamResults entity)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public ExamResults Get(ExamResults obj)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public int AddEdit(ExamResults entity)
 {
     throw new NotImplementedException();
 }