Ejemplo n.º 1
0
        //
        public List <VendorInfo> Get_Vendors_By_Vendor_Id_Material_Id(int vendor_Id, int material_Id, ref PaginationInfo pager)
        {
            VendorRepo vRepo = new VendorRepo();

            return(vRepo.Get_Vendors_By_Vendor_Id_Material_Id(vendor_Id, material_Id, ref pager));
        }