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