Example #1
0
 public bool IsContactExists(Supplier supplier)
 {
     return(_supplierRepo.IsContactExists(supplier));
 }