Example #1
0
 public bool StartService(string serverID, string serviceID)
 {
     return(_bll.StartService(serverID, serviceID));
 }