Ejemplo n.º 1
0
 public bool CreateNV([FromBody] TaoNhanVien TaoNhanVien)
 {
     return(_NhanVienService.CreateNhanVien(TaoNhanVien));
 }