コード例 #1
0
 public int GetCountTramTrackingVehicule(string dateObser)
 {
     return(_LineRepository.GetCountDelayTram(dateObser));
 }