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) CardRepository.ExpiredCard示例
编程语言:
C# (CSharp)
类/类型:
CardRepository
方法/功能:
ExpiredCard
hotexamples.com的示例:
1
C# (CSharp) CardRepository.ExpiredCard - 已找到1个示例
。这些是从开源项目中提取的最受好评的
CardRepository.ExpiredCard
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetById(12)
Find(9)
GetCard(7)
ApplyChanges(6)
AttachEntityIfChangeTrackingDisabled(6)
Delete(6)
Add(6)
CreateAndGet(5)
AddCard(5)
GetAll(5)
GetAllCards(4)
GetAsync(3)
AddAsync(3)
GetCardAndUpdateLastUse(3)
GetQuery(3)
GetCardByName(3)
IncludeAllRelations(3)
DeleteCard(2)
FillPrices(2)
FillLocalizations(2)
GetBy(2)
GetAllCommanderLegalCardInGivenColors(2)
FindByGuid(2)
FindCard(2)
CheckCard(2)
DeleteAsync(2)
Get(2)
All(2)
GetCardByRegistrationDate(2)
Cards(2)
DeleteBy(2)
GetAllCardsList(1)
GetAllCardTypeList(1)
GetAllCardsByGivenSubtype(1)
ActivateGiftCard(1)
GetByIdWithDetailsAsync(1)
GetByName(1)
GetByPet(1)
GetCardById(1)
GetCardByNumber(1)
GetCardByPin(1)
GetCardDetailsInfo(1)
GetCardExpireDate(1)
GetAllCardStatusList(1)
FindAllWithDetails(1)
GetAccountID(1)
CreateCard(1)
AddNewCard(1)
AddNewComment(1)
BlockCard(1)
常用方法
GetById (12)
Find (9)
GetCard (7)
ApplyChanges (6)
AttachEntityIfChangeTrackingDisabled (6)
Delete (6)
Add (6)
CreateAndGet (5)
AddCard (5)
GetAll (5)
常用方法
GetAllCards (4)
GetAsync (3)
AddAsync (3)
GetCardAndUpdateLastUse (3)
GetQuery (3)
GetCardByName (3)
IncludeAllRelations (3)
DeleteCard (2)
FillPrices (2)
FillLocalizations (2)
GetBy (2)
GetAllCommanderLegalCardInGivenColors (2)
FindByGuid (2)
FindCard (2)
CheckCard (2)
DeleteAsync (2)
Get (2)
All (2)
GetCardByRegistrationDate (2)
Cards (2)
常用方法
GetBy (2)
GetAllCommanderLegalCardInGivenColors (2)
FindByGuid (2)
FindCard (2)
CheckCard (2)
DeleteAsync (2)
Get (2)
All (2)
GetCardByRegistrationDate (2)
Cards (2)
DeleteBy (2)
GetAllCardsList (1)
GetAllCardTypeList (1)
GetAllCardsByGivenSubtype (1)
ActivateGiftCard (1)
GetByIdWithDetailsAsync (1)
GetByName (1)
GetByPet (1)
GetCardById (1)
GetCardByNumber (1)
GetCardByPin (1)
GetCardDetailsInfo (1)
GetCardExpireDate (1)
GetAllCardStatusList (1)
FindAllWithDetails (1)
GetAccountID (1)
CreateCard (1)
AddNewCard (1)
AddNewComment (1)
BlockCard (1)
常用方法
DeleteBy (2)
GetAllCardsList (1)
GetAllCardTypeList (1)
GetAllCardsByGivenSubtype (1)
ActivateGiftCard (1)
GetByIdWithDetailsAsync (1)
GetByName (1)
GetByPet (1)
GetCardById (1)
GetCardByNumber (1)
GetCardByPin (1)
GetCardDetailsInfo (1)
GetCardExpireDate (1)
GetAllCardStatusList (1)
FindAllWithDetails (1)
GetAccountID (1)
CreateCard (1)
AddNewCard (1)
AddNewComment (1)
BlockCard (1)
ById (1)
CancelCard (1)
CardExists (1)
CheckAccountNumber (1)
CheckDuplicateCardNumber (1)
CheckLogin (1)
ControlCard (1)
DeleteCardRole (1)
GetAccountCancelDate (1)
Dispose (1)
Exists (1)
ExpiredCard (1)
FillDataSet (1)
FindAll (1)
ActiveCard (1)
FindById (1)
FindByIdAndRemove (1)
FindTribalCommandersForType (1)
FirstOrDefaultAsync (1)
NextCard (1)
示例#1
0
显示文件
文件:
ClientManagementViewModel.cs
项目:
cvirec1/IndividualneZadanie3
public DataSet GetExpiredCardsData(int id) { return(cardRepository.ExpiredCard(id)); }
x