public bool DeleteStudent(Dto.Student student) { throw new NotImplementedException(); }
public int CreateStudent(Dto.Student student) { throw new NotImplementedException(); }