Ejemplo n.º 1
0
 public bool CreateNhanVien(NhanVien nhanVien)
 {
     return(_nhanVienRepository.CreateNhanVien(nhanVien));
 }