コード例 #1
0
ファイル: BenhNhanBUS.cs プロジェクト: vandat0599/QLPM-HCMUS
 public bool update(BenhNhanDTO t)
 {
     return(dao.update(t));
 }