Exemple #1
0
        public List <Supplier> Show()
        {
            var model = new List <Supplier>();

            model = _supplier.Show();
            return(model);
        }
 public List <Supplier> Show(int index)
 {
     return(_supplier.Show(index));
 }