Beispiel #1
0
 public long Count(VendorSearchEntity VendorSearchEntity)
 {
     return(VendorService.Count(VendorSearchEntity));
 }