Пример #1
0
 public ActionResult <IEnumerable <Column> > Get()
 {
     return(new ActionResult <IEnumerable <Column> >(_columnBll.GetAllItems()));
 }