Пример #1
0
 public bool Post([FromBody] NhanVien nhanVien)
 {
     return(_nhanVienService.CreateNhanVien(nhanVien));
 }