Exemple #1
0
 public IHttpActionResult StageOpen(string id)
 {
     _stageRepository.OpenStage(id);
     return(Ok());
 }