Esempio n. 1
0
 public IHttpActionResult GetActiveBatch()
 {
     return(Ok(new { results = batchService.GetActiveBatch() }));
 }