コード例 #1
0
ファイル: NhanVienBus.cs プロジェクト: thinhbui/bookapp
 public int Update_MK(NhanVien obj)
 {
     return(dao.Update_MK(obj));
 }