Exemplo n.º 1
0
 public IHttpActionResult GetFindByStatus(string Type)
 {
     return(Ok((Service.FindByType(Type) != null) ? new { Status = true } : new { Status = false }));
 }