예제 #1
0
 public IActionResult RotateMatrix([FromBody] MatrixModel matrix)
 {
     return(Json(_matrixService.Degree90Matrix(matrix.Matrix)));
 }