Exemplo n.º 1
0
 public int InsertLabel(Entity.t_labels label)
 {
     using (ERP2008Entities erp2008 = new ERP2008Entities())
     {
         erp2008.t_labels.Add(label);
         return(erp2008.SaveChanges());
     }
 }
Exemplo n.º 2
0
 public int DeleteLabel(Entity.t_labels label)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public int ModifyLabel(Entity.t_labels label)
 {
     throw new NotImplementedException();
 }