示例#1
0
 public long Count(PackSearchEntity SearchPackEntity)
 {
     return(PackService.Count(EmployeeEntity, SearchPackEntity));
 }