Example #1
0
 public string[] GetObserver()
 {
     return(DBManager.GetObserver());
 }
Example #2
0
 public string[] GetQuarantine()
 {
     return(DBManager.GetQuarantine());
 }
Example #3
0
 public void DeleteQuarantine(string path)
 {
     DBManager.DeleteQuarantine(path);
 }
Example #4
0
 public string[] GetFile(int idReport)
 {
     return(DBManager.GetFile(idReport));
 }
Example #5
0
 public string[] GetReport()
 {
     return(DBManager.GetReport());
 }
Example #6
0
 public void DeleteTime(string time, string path)
 {
     DBManager.DeleteTime(time, path);
 }
Example #7
0
 public string[] GetTime()
 {
     return(DBManager.GetTime());
 }