예제 #1
0
 public CmdInput(IDBService _svc)
 {
     svc = _svc;
     svc.Connect();
 }