Exemple #1
0
 public void Update(Client student)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void Insert(Client student)
 {
     throw new NotImplementedException();
 }