예제 #1
0
 public int[][] RotateMatrix([FromUri] int[][] matrix)
 {
     return(matrixService.RotateMatrix(matrix));
 }