Beispiel #1
0
 public bool ConfirmETA(int iRequesterID, int id, int ETAType, ref object dtoItem, out Library.DTO.Notification notification)
 {
     // keep log entry
     fwBLL.WriteLog(iRequesterID, id, "confirm ETA " + ETAType.ToString());
     return(factory.ConfirmETA(iRequesterID, id, ETAType, ref dtoItem, out notification));
 }