Exemplo n.º 1
0
        public List <Tin> timkiem(string MaTin)
        {
            TinDAL t = new TinDAL();

            return(t.timkiem(MaTin));
        }