예제 #1
0
 public bool DeleteEntity(UserSpecialSon entity)
 {
     return(base.DeleteEntity <UserSpecialSon>(entity));
 }
예제 #2
0
 public bool UpdateEntity(UserSpecialSon entity)
 {
     return(base.UpdateEntity <UserSpecialSon>(entity));
 }