Exemple #1
0
 public IHttpActionResult Create(string description, int userId)
 {
     return(Ok(_localService.Create(description, userId)));
 }