コード例 #1
0
 public void DeleteEstate(long estateId)
 {
     _estateService.MarkAsDeleted(estateId, userId);
 }