コード例 #1
0
 public ActionResult RemoveExchange(Guid id)
 {
     _repository.Remove(id);
     return(Ok());
 }