예제 #1
0
 internal void UpdateStudent(Student stud_)
 {
     //Se face update in BD pe studentul primit ca parametru
 }
예제 #2
0
 internal void AdaugaStudent(Student stud_)
 {
     student.Add(stud_);
     //adaugare in BD
 }