Go to most recent revision | Details | Last modification | View Log | RSS feed
package com.bluedart.impl;
import in.shop2020.model.v1.order.Order;
import java.util.List;
import com.providers.logistics.Provider;
public class Bluedart implements Provider{
public String getAirwayBillNo(List<Order> orders) {
// TODO Auto-generated method stub
return null;
}