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