コード例 #1
0
ファイル: Service.cs プロジェクト: wgang10/XTHospatal
 public bool DeleteNewsPhysic(int ID)
 {
     BLL_System bll = new BLL_System();
     return bll.DeleteNewsPhysic(ID);
 }