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