예제 #1
0
 public long Count(LanguageSearchEntity SearchLanguageEntity)
 {
     return(LanguageService.Count(EmployeeEntity, SearchLanguageEntity));
 }