示例#1
0
 public long Count(InputSearchEntity SearchInputEntity)
 {
     return(InputService.Count(EmployeeEntity, SearchInputEntity));
 }