Esempio n. 1
0
 public static int DeleteBacSi(string _maBS)
 {
     try
     {
         BacSiMod bacSiMod = new BacSiMod(_maBS);
         return(bacSiMod.DeleteBacSi());
     }
     catch
     {
         return(0);
     }
 }
Esempio n. 2
0
 public static int UpdateBacSi(string _maBS, string _hoBS, string _tenBS, DateTime _ngaySinh, string _gioiTinh, string _chucVu, string _maKhoa, bool _hide)
 {
     try
     {
         BacSiMod bacSiMod = new BacSiMod(_maBS, _hoBS, _tenBS, _ngaySinh, _gioiTinh, _chucVu, _maKhoa, _hide);
         return(bacSiMod.UpdateBacSi());
     }
     catch
     {
         return(0);
     }
 }