示例#1
0
 public vEP_PAA Get(int ID)
 {
     PaaBLL obj = new PaaBLL();
     return obj.Get2(ID);
 }