Example #1
0
 public List <Command> GetRunningServices(string serverID)
 {
     return(_bll.GetRunningServices(serverID));
 }