Esempio n. 1
0
 public IHttpActionResult GetProjectList()
 {
     return(Ok(_travelRepository.GetListOfProjects()));
 }