コード例 #1
0
 public ICollection <ViewLoginInfo> GetLoginHistoryByDate(DateTime date)
 {
     return(_iReportGateway.GetLoginHistoryByDate(date));
 }