예제 #1
0
 public long Count(CarrierSearchEntity CarrierSearchEntity)
 {
     return(CarrierService.Count(EmployeeEntity, CarrierSearchEntity));
 }