コード例 #1
0
 public NhanVien getNhanVienByMa(string ma)
 {
     return(vienAccess.getNhanVien(ma));
 }