Exemplo n.º 1
0
 public string[] setAidsBrandList(CreateAidsBrand structValue)
 {
     ManageDataBase mDB = new ManageDataBase();
     return mDB.setAidsBrandList(structValue);
 }