Esempio n. 1
0
 public async Task <ActionResult <Ticket> > Create(Create data)
 {
     return(Ok(await _manager.Create(data)));
 }