コード例 #1
0
 public bool Actief(long id, bool active)
 {
     return(context.Actief(id, active));
 }