예제 #1
0
        public async Task <IActionResult> Terminate(ContractInputModel model)
        {
            await _service.Terminate(model);

            return(Ok());
        }
예제 #2
0
 private void Terminate(ContractInputModel model)
 {
     Service.Terminate(model).Wait();
 }