Exemple #1
0
 public bool Activation(long id, bool active)
 {
     return(context.Activation(id, active));
 }