public void Post([FromBody] FarmEntity farmEntity) { _farmRepository.Add(farmEntity); _unitOfWork.Save(); }