Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

اضافه کردن GetFirstAsync #472

Open
RaminAP opened this issue Oct 30, 2022 · 0 comments
Open

اضافه کردن GetFirstAsync #472

RaminAP opened this issue Oct 30, 2022 · 0 comments

Comments

@RaminAP
Copy link

RaminAP commented Oct 30, 2022

سلام
من در IRepository
ValueTask<TEntity> GetFirstAsync(CancellationToken cancellationToken);
و در Repository

public virtual ValueTask<TEntity> GetFirstAsync(CancellationToken cancellationToken) { return Entities.FirstOrDefaultAsync(cancellationToken); }
اضافه کردم

ولی به خط return Entities.FirstOrDefaultAsync(cancellationToken) خطا زیر را میده
cannot implicitly convert type system.threading.tasks.task<tentity?> to system.threading.tasks.task

داخل تیبل مورد نظر من کلا قراره یک ردیف داشته باشه.میخوام همون یک ردیف را نمایش بده

در صورت امکان راهنمایی بفرمائید.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant