Esempio n. 1
0
 protected override void ProcessRecord()
 {
     var client = new ClientService(Constants.ConnectionString);
     client.Read();
 }