Beispiel #1
0
 public ActionResult Delete(Guid id)
 {
     _coreRepository.DeleteTransaction(id);
     return(new OkResult());
 }