Пример #1
0
 public Client(bool useDatabase)
 {
     _service = new Service(useDatabase);
 }