Example #1
0
 public IHttpActionResult Get(int id)
 {
     return(Ok(CostReportRepository.ReadById(id)));
 }
Example #2
0
 public IHttpActionResult Get()
 {
     return(Ok(CostReportRepository.ReadAll()));
 }