コード例 #1
0
 public async Task <ActionResult> DeleteOper(OperationsViewModel oper)
 {
     return(await _operRepository.DeleteOper(oper));
 }