/// <summary> /// Gets the customers. /// </summary> /// <returns></returns> public IEnumerable <Customer> GetCustomers() { return(dbContext.GetAll()); }