Example #1
0
 public DrawingResponse Get(string tuning, string pattern, string note)
 {
     return(new DrawingResponse(_drawingService.GetDrawing(tuning, pattern, note)));
 }