Ejemplo n.º 1
0
 public bool DoAction(Conversation chat)
 {
     chat.IsTraningInProcess = false;
     return(!chat.IsTraningInProcess);
 }