Example #1
0
 public IEnumerable <Load> Get(int carrierId)
 {
     return(LoadService.GetLoadsByDispatchCarrierId(carrierId));
 }