Ejemplo n.º 1
0
 public ActionResult Delete(Guid id)
 {
     _coreRepository.DeleteAccount(id);
     return(new OkResult());
 }