Beispiel #1
0
    public static List <MODEL.Branch> getBranch()
    {
        BLL.AllComboBox objBLL = new BLL.AllComboBox();
        var             list   = new List <MODEL.Branch>();

        list = objBLL.getBranch();
        return(list);
    }
Beispiel #2
0
    private DataTable GetBox()
    {
        DataTable dt = null;

        BLL.AllComboBox _BLL = new BLL.AllComboBox();
        dt = _BLL.getBox();
        return(dt);
    }
Beispiel #3
0
    public static List <MODEL.Customer> getCustomer()
    {
        BLL.AllComboBox objBLL = new BLL.AllComboBox();
        var             list   = new List <MODEL.Customer>();

        list = objBLL.getCustomer();
        return(list);
    }
    public static List <MODEL.Truck> getTruck()
    {
        BLL.AllComboBox objBLL = new BLL.AllComboBox();
        var             list   = new List <MODEL.Truck>();

        list = objBLL.gettruck();
        return(list);
    }