Esempio n. 1
0
 internal string AddLog(decimal StartWork, decimal EndWork, decimal StartJourney, decimal EndJourney)
 {
     return(service.AddLog(UserID, StartWork, EndWork, StartJourney, EndJourney));
 }