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) IProposalService.GetbyIdVm示例
编程语言:
C# (CSharp)
类/类型:
IProposalService
方法/功能:
GetbyIdVm
hotexamples.com的示例:
1
C# (CSharp) IProposalService.GetbyIdVm - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IProposalService.GetbyIdVm
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Add(11)
GetAll(10)
Delete(5)
GetProposals(5)
AddNotApprovedProposal(5)
GetById(4)
Approve(4)
Get(4)
GetProposal(3)
GetNotApprovedProposalIdListAsync(3)
GetUserProposals(2)
DeleteProposal(2)
AcceptFixedPriceProposal(2)
ClearProposalByLibAsync(2)
AddProposal(2)
Create(2)
CreateCustomProposal(1)
GetProposalAsync(1)
GetProposalList(1)
AddDislikes(1)
GetProposalsByFreelancerIdAsync(1)
GetProposalsByState(1)
GetProposalsOfSection(1)
GetPublicProposals(1)
AddPaper(1)
GetUnhandledProposals(1)
GetUserProposal(1)
AddAsync(1)
GetbyIdVm(1)
Insert(1)
InsertAsync(1)
Like(1)
AddLikes(1)
GetDetail(1)
GetFixedPriceProposals(1)
Edit(1)
CreateProposal(1)
CreateSalaryIncreaseProposal(1)
CreateVacationProposal(1)
DeleteAsync(1)
Count(1)
Dislike(1)
FindProposal(1)
CreateLevelUpProposal(1)
AssignProposalAsync(1)
GetAllAsync(1)
GetAllProposals(1)
GetAllVm(1)
GetAsync(1)
GetClientOffers(1)
常用方法
Add (11)
GetAll (10)
Delete (5)
GetProposals (5)
AddNotApprovedProposal (5)
GetById (4)
Approve (4)
Get (4)
GetProposal (3)
GetNotApprovedProposalIdListAsync (3)
常用方法
GetUserProposals (2)
DeleteProposal (2)
AcceptFixedPriceProposal (2)
ClearProposalByLibAsync (2)
AddProposal (2)
Create (2)
CreateCustomProposal (1)
GetProposalAsync (1)
GetProposalList (1)
AddDislikes (1)
GetProposalsByFreelancerIdAsync (1)
GetProposalsByState (1)
GetProposalsOfSection (1)
GetPublicProposals (1)
AddPaper (1)
GetUnhandledProposals (1)
GetUserProposal (1)
AddAsync (1)
GetbyIdVm (1)
Insert (1)
常用方法
GetProposalsByFreelancerIdAsync (1)
GetProposalsByState (1)
GetProposalsOfSection (1)
GetPublicProposals (1)
AddPaper (1)
GetUnhandledProposals (1)
GetUserProposal (1)
AddAsync (1)
GetbyIdVm (1)
Insert (1)
InsertAsync (1)
Like (1)
AddLikes (1)
GetDetail (1)
GetFixedPriceProposals (1)
Edit (1)
CreateProposal (1)
CreateSalaryIncreaseProposal (1)
CreateVacationProposal (1)
DeleteAsync (1)
Count (1)
Dislike (1)
FindProposal (1)
CreateLevelUpProposal (1)
AssignProposalAsync (1)
GetAllAsync (1)
GetAllProposals (1)
GetAllVm (1)
GetAsync (1)
GetClientOffers (1)
常用方法
InsertAsync (1)
Like (1)
AddLikes (1)
GetDetail (1)
GetFixedPriceProposals (1)
Edit (1)
CreateProposal (1)
CreateSalaryIncreaseProposal (1)
CreateVacationProposal (1)
DeleteAsync (1)
Count (1)
Dislike (1)
FindProposal (1)
CreateLevelUpProposal (1)
AssignProposalAsync (1)
GetAllAsync (1)
GetAllProposals (1)
GetAllVm (1)
GetAsync (1)
GetClientOffers (1)
ProposalExists (1)
示例#1
0
显示文件
文件:
ProposalController.cs
项目:
Orbis25/Api-Freelancers-NetCore
public IActionResult Get(int id) { return(Ok(_proposalService.GetbyIdVm(id))); }
x