コード例 #1
0
 public List <ProductVehicleTypeConfigOpLog> GetAllLogByTime(string timeS, string timeE)
 {
     return(LoggerManager.GetAllLogByTime(timeS, timeE));
 }