예제 #1
0
 public int Update(DILEKCE2019 Entity)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public int Save(DILEKCE2019 Entity)
 {
     CUDOperation(Entity, System.Data.Entity.EntityState.Added);
     return(SaveChange());
 }