Skip to content

Merge Feature/add async repository base methods into Master - #101

Open
GreenCodeLine wants to merge 5 commits into
masterfrom
Feature/add-async-repository-base-methods
Open

Merge Feature/add async repository base methods into Master#101
GreenCodeLine wants to merge 5 commits into
masterfrom
Feature/add-async-repository-base-methods

Conversation

@GreenCodeLine

Copy link
Copy Markdown
Contributor

No description provided.

{
var objects = dbSet.Where(where).AsEnumerable();
foreach (var obj in objects)
var objects = dbSet.Where(where);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strict dataType (IEnumerable...)

@soroshsabz

Copy link
Copy Markdown
Member

ITNOA

Please add description and link to issue that solved by this PR

@GreenCodeLine

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

Successfully merging this pull request may close these issues.

3 participants