コード例 #1
0
ファイル: Model.cs プロジェクト: MalikS789/SpeedyTaxis
 internal string AddLog(decimal StartWork, decimal EndWork, decimal StartJourney, decimal EndJourney)
 {
     return(service.AddLog(UserID, StartWork, EndWork, StartJourney, EndJourney));
 }