public List <Category> GetCategory() { var list = new List <Category>(); try { list = dal.GetCategory(); } catch (Exception ex) { } return(list); }
public List <Category> GetCategory() { return(cdal.GetCategory()); }