public static List <CourrierDepart> getCourriersDepart(string type_courrier) { return(CourrierService.getCourriersDepart(type_courrier, 0)); }
public static List <CourrierArriveInterne> getCourriers(string type_courrier) { return(CourrierService.getCourriers(type_courrier, 0)); }