예제 #1
0
 private bool CompanyExists(string itemID)
 {
     return(_serviceAgent.CompanyExists(itemID));
 }