예제 #1
0
 public BackupServerService()
 {
     db = new BudBackup2Context();
 }
예제 #2
0
 public MonitorServerFolderService()
 {
     db = new BudBackup2Context();
 }
예제 #3
0
 public FileTypeSetService()
 {
     db = new BudBackup2Context();
 }
예제 #4
0
 public LogService()
 {
     db = new BudBackup2Context();
 }
예제 #5
0
 public MonitorFileListenService()
 {
     db = new BudBackup2Context();
 }
 public BackupServerGroupDetailService()
 {
     db = new BudBackup2Context();
 }