public List <ToDo> GetAll() { return(consume.GetAll <ToDo>("ToDo")); }
public List <User> GetAll() { return(consume.GetAll <User>("User")); }