コード例 #1
0
 public List <User> GetUserHistoryByID(int id)
 {
     return(Repository.GetUserHistoryByID(id));
 }