Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
C# (CSharp) IAgencyRepository.GetAllCities Exemples
Langage de programmation:
C# (CSharp)
Class/Type:
IAgencyRepository
Méthode/Fonction:
GetAllCities
Exemples au hotexamples.com:
1
C# (CSharp) IAgencyRepository.GetAllCities - 1 exemples trouvés
. Ce sont les exemples réels les mieux notés de
IAgencyRepository.GetAllCities
extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Méthodes fréquemment utilisées
Afficher
Cacher
GetAll(8)
GetAllAgencies(7)
Update(6)
GetByKey(5)
Add(5)
UpdateAsync(4)
GetAgency(4)
Get(3)
Delete(3)
UpdateAgency(3)
GetAgencies(3)
GetById(3)
GetSearchTotal(2)
Insert(2)
GetAgencyById(2)
GetByIdAsync(2)
FindByIdAsync(2)
Save(2)
FindAsync(2)
Search(2)
AddAgentToAgency(2)
DeleteAgency(2)
UpdateAgencyAsync(1)
AddAsync(1)
GetBySaltAgency(1)
GetCountByExample(1)
ListPaged(1)
InsertAgency(1)
ListAll(1)
RemoveById(1)
ListPaging(1)
MakePersistent(1)
SaveOrUpdate(1)
MakeTransient(1)
CountAll(1)
GetByCode(1)
GetAgenciesForPayments(1)
DeleteAgencyByIdAsync(1)
Expect(1)
FindAll(1)
FindAllAsync(1)
FindAllWithSort(1)
FindBy(1)
FindPagedAgencyListByKeywords(1)
GetActivedAgency(1)
GetAgencyByAgencyNameAsync(1)
GetByAddress(1)
GetAgencyByIdAsync(1)
GetAgencySummaries(1)
GetAgencys(1)
Méthodes fréquemment utilisées
GetAll (8)
GetAllAgencies (7)
Update (6)
GetByKey (5)
Add (5)
UpdateAsync (4)
GetAgency (4)
Get (3)
Delete (3)
UpdateAgency (3)
Méthodes fréquemment utilisées
GetAgencies (3)
GetById (3)
GetSearchTotal (2)
Insert (2)
GetAgencyById (2)
GetByIdAsync (2)
FindByIdAsync (2)
Save (2)
FindAsync (2)
Search (2)
AddAgentToAgency (2)
DeleteAgency (2)
UpdateAgencyAsync (1)
AddAsync (1)
GetBySaltAgency (1)
GetCountByExample (1)
ListPaged (1)
InsertAgency (1)
ListAll (1)
RemoveById (1)
Méthodes fréquemment utilisées
AddAgentToAgency (2)
DeleteAgency (2)
UpdateAgencyAsync (1)
AddAsync (1)
GetBySaltAgency (1)
GetCountByExample (1)
ListPaged (1)
InsertAgency (1)
ListAll (1)
RemoveById (1)
ListPaging (1)
MakePersistent (1)
SaveOrUpdate (1)
MakeTransient (1)
CountAll (1)
GetByCode (1)
GetAgenciesForPayments (1)
DeleteAgencyByIdAsync (1)
Expect (1)
FindAll (1)
FindAllAsync (1)
FindAllWithSort (1)
FindBy (1)
FindPagedAgencyListByKeywords (1)
GetActivedAgency (1)
GetAgencyByAgencyNameAsync (1)
GetByAddress (1)
GetAgencyByIdAsync (1)
GetAgencySummaries (1)
GetAgencys (1)
Méthodes fréquemment utilisées
ListPaging (1)
MakePersistent (1)
SaveOrUpdate (1)
MakeTransient (1)
CountAll (1)
GetByCode (1)
GetAgenciesForPayments (1)
DeleteAgencyByIdAsync (1)
Expect (1)
FindAll (1)
FindAllAsync (1)
FindAllWithSort (1)
FindBy (1)
FindPagedAgencyListByKeywords (1)
GetActivedAgency (1)
GetAgencyByAgencyNameAsync (1)
GetByAddress (1)
GetAgencyByIdAsync (1)
GetAgencySummaries (1)
GetAgencys (1)
AddAgency (1)
Count (1)
CreateAgency (1)
GetAllAsync (1)
GetAllCities (1)
GetAllAgenciesByCity (1)
Exemple #1
0
Afficher le fichier
public List <string> GetAllCities() { return(_repository.GetAllCities()); }
x