Exemplo n.º 1
0
        public ActionResult deleteClinkerInterest(int clinkerInterestId)
        {
            var newClinkerInterestList = InterestRepository.DeleteClinkerInterest(clinkerInterestId);

            return(Created("api/clinkerInterestList", newClinkerInterestList));
        }