public void SetUp() { Createrepo = new Create(); Readrepo = new Read(); Deleterepo = new Delete(); Updaterepo = new Update(); dropdownrepo = new DropDown(); userID = "b75da91b - e39a - 42ce - b2f0 - 4834eda139e1"; }
public List<SelectListItem> GetCategoryDropDownList() { var createDropDownList = new DropDown(); var categoriesDropDownList = createDropDownList.GetCategoryDropDownList(); return categoriesDropDownList; }