Exemplo n.º 1
0
 public void Delete(int Id, Form DelForm)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void Update(Form UpdForm)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Add(Form AddForm)
 {
     throw new NotImplementedException();
 }