public ToDo GetOne(int id) { return(consume.GetOne <ToDo>("Todo", id)); }
public User GetOne(int id) { return(consume.GetOne <User>("User", id)); }