Example #1
0
 public void Update(DBConnection_EF con, APORTICON port_new)
 {
     con.SaveChanges();
 }
Example #2
0
 public void add(DBConnection_EF con, APORTICON port)
 {
     con.APORTICON.Add(port);
     con.SaveChanges();
 }