示例#1
0
 public ByARpt DeletePAA(int IDPAA)
 {
     PaaBLL o = new PaaBLL();
     return o.DeletePAA(IDPAA);
 }