Subversion Repositories SmartDukaan

Rev

Rev 20640 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.providers.logistics;

import java.util.List;

public interface Provider {
        public String getAirwayBillNo(List<in.shop2020.model.v1.order.Order> orders) throws Exception;
}