Exemple #1
0
 public IEnumerable <Centers> GetAll(int langId)
 {
     return(_centerRepo.GetAll(langId));
 }