示例#1
0
 public long Count(SupplierSearchEntity SearchSupplierEntity)
 {
     return(SupplierService.Count(EmployeeEntity, SearchSupplierEntity));
 }