Beispiel #1
0
 public void Add(StudentRegisterHeath_Info obj)
 {
     DbSet.Add(obj);
 }
Beispiel #2
0
 public void Update(StudentRegisterHeath_Info obj)
 {
     DbSet.Update(obj);
 }