コード例 #1
0
ファイル: LogBUL.cs プロジェクト: noragalvin/ATM_manager
 public LogDTO GetLastLog(string cardNo)
 {
     return(logDAL.GetLastLog(cardNo));
 }