Example #1
0
 public List <DTO.ClientMng.Overview.LoadingPlanDTO> GetLoadingPlan(int id, out Library.DTO.Notification notification)
 {
     return(factory.GetLoadingPlan(id, out notification));
 }