Example #1
0
 public bool Exists(int vendorID)
 {
     return(repository.Exists(vendorID));
 }