예제 #1
0
 public void Delete(int Id, Form DelForm)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void Update(Form UpdForm)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void Add(Form AddForm)
 {
     throw new NotImplementedException();
 }