Example #1
0
 public long Count(OutputSearchEntity SearchOutputEntity)
 {
     return(OutputService.Count(EmployeeEntity, SearchOutputEntity));
 }