Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IMaealimRepository.GetGuideContracts示例
编程语言:
C# (CSharp)
类/类型:
IMaealimRepository
方法/功能:
GetGuideContracts
hotexamples.com的示例:
1
C# (CSharp) IMaealimRepository.GetGuideContracts - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IMaealimRepository.GetGuideContracts
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Add(22)
Delete(8)
GetCountries(5)
GetGuides(4)
GetEmployees(3)
GetJops(3)
GetBank(3)
GetItemOfProducts(3)
GetGuestReservation(3)
GetLanguages(2)
GetJobNotables(2)
GetItemOfProduct(2)
GetGuideContractByGuideId(2)
GetLevel(2)
GetCountry(2)
GetBanks(2)
GetCollege(2)
GetColleges(2)
GetItemExports(1)
GetItemImport(1)
GetItemImports(1)
GetCheckGuidHaveWorkInTheDay(1)
GetJobNotable(1)
GetEmployeeAttends(1)
GetJobNotablesNormal(1)
GetJobNotablesNotNormal(1)
GetJop(1)
GetAttend(1)
GetLanguage(1)
CountMessagesSentsToCountry(1)
GetItemExport(1)
GetGuideContracts(1)
GetEmployeeContract(1)
GetContinents(1)
GetGuideContractActive(1)
GetGuideContract(1)
GetGuideByUserId(1)
GetGuideAttends(1)
GetGuide(1)
CheckIfImportsEqualExport(1)
GetGuestReservations(1)
GetGiftsByGuestReservationId(1)
GetGifts(1)
GetEmployee(1)
GetEmployeeContracts(1)
GetEmployeeContractByEmpId(1)
GetEmployeeContractActive(1)
GetGuestReservationsByGuideId(1)
常用方法
Add (22)
Delete (8)
GetCountries (5)
GetGuides (4)
GetEmployees (3)
GetJops (3)
GetBank (3)
GetItemOfProducts (3)
GetGuestReservation (3)
GetLanguages (2)
常用方法
GetJobNotables (2)
GetItemOfProduct (2)
GetGuideContractByGuideId (2)
GetLevel (2)
GetCountry (2)
GetBanks (2)
GetCollege (2)
GetColleges (2)
GetItemExports (1)
GetItemImport (1)
GetItemImports (1)
GetCheckGuidHaveWorkInTheDay (1)
GetJobNotable (1)
GetEmployeeAttends (1)
GetJobNotablesNormal (1)
GetJobNotablesNotNormal (1)
GetJop (1)
GetAttend (1)
GetLanguage (1)
CountMessagesSentsToCountry (1)
常用方法
GetItemImports (1)
GetCheckGuidHaveWorkInTheDay (1)
GetJobNotable (1)
GetEmployeeAttends (1)
GetJobNotablesNormal (1)
GetJobNotablesNotNormal (1)
GetJop (1)
GetAttend (1)
GetLanguage (1)
CountMessagesSentsToCountry (1)
GetItemExport (1)
GetGuideContracts (1)
GetEmployeeContract (1)
GetContinents (1)
GetGuideContractActive (1)
GetGuideContract (1)
GetGuideByUserId (1)
GetGuideAttends (1)
GetGuide (1)
CheckIfImportsEqualExport (1)
GetGuestReservations (1)
GetGiftsByGuestReservationId (1)
GetGifts (1)
GetEmployee (1)
GetEmployeeContracts (1)
GetEmployeeContractByEmpId (1)
GetEmployeeContractActive (1)
GetGuestReservationsByGuideId (1)
常用方法
GetItemExport (1)
GetGuideContracts (1)
GetEmployeeContract (1)
GetContinents (1)
GetGuideContractActive (1)
GetGuideContract (1)
GetGuideByUserId (1)
GetGuideAttends (1)
GetGuide (1)
CheckIfImportsEqualExport (1)
GetGuestReservations (1)
GetGiftsByGuestReservationId (1)
GetGifts (1)
GetEmployee (1)
GetEmployeeContracts (1)
GetEmployeeContractByEmpId (1)
GetEmployeeContractActive (1)
GetGuestReservationsByGuideId (1)
示例#1
0
显示文件
文件:
GuideContractsController.cs
项目:
abolupna1/maealim
public async Task <IActionResult> Index() { return(View(await _repository.GetGuideContracts())); }
x