Exemple #1
0
 public DataTable CompaniesWithActiveBadges(int userId)
 {
     return(_CommonRepository.CompaniesWithActiveBadges(userId));
 }