Ejemplo n.º 1
0
        public void Add(CMRC_Categories t)
        {
            CommerceEntities1 dc = new CommerceEntities1();

            dc.CMRC_Categories.Add(t);
            dc.SaveChanges();
        }
Ejemplo n.º 2
0
 public void Add(CMRC_Categories t)
 {
     throw new NotImplementedException();
 }