AutomatedCaseworker.Workflow.Controllers.CasesController.BlockPrank C# (CSharp) Method

BlockPrank() public method

public BlockPrank ( string cellPhoneNumber ) : void
cellPhoneNumber string
return void
        public void BlockPrank(string cellPhoneNumber)
        {
            _caseRepository.BlockNumber(cellPhoneNumber);
        }
    }