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