Exemplo n.º 1
0
 public ActionResult Statuses(int ticketTypeId)
 {
     return(Json(_configApi.StatusSelectByRecordTypeId(ticketTypeId).Where(s => s.Type != StatusType.Pending)));
 }