Ejemplo n.º 1
0
 public async Task <HttpResponseMessage> ById(string id)
 {
     try {
         return(await Response(_swap.GetProjectById(id)));
     }
     catch (Exception ex) {
         return(await ExResponse(ex));
     }
 }