Working state

This commit is contained in:
CodeLiturgy 2022-09-10 23:22:38 +01:00
parent 6fd065fc47
commit 9ba01f0c35
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ namespace BlueWest.EfMethods
private EfGetManyModel ExtractEfGetManyModel(MemberDeclarationSyntax uProperty, SemanticModel semanticModel, EfEntityDataModel entityDataModel) private EfGetManyModel ExtractEfGetManyModel(MemberDeclarationSyntax uProperty, SemanticModel semanticModel, EfEntityDataModel entityDataModel)
{ {
var efTypeofSymbols =GetEntityTypeSymbol(uProperty, EfGetOneByAttributeSource.AttributeName, semanticModel); var efTypeofSymbols =GetEntityTypeSymbol(uProperty, EfGetManyAttributeSource.AttributeName, semanticModel);
string returnTypeIdentifierName = entityDataModel.EntityTypeIdentifierName; string returnTypeIdentifierName = entityDataModel.EntityTypeIdentifierName;
string returnTypeFullName = entityDataModel.EntityTypeFullName; string returnTypeFullName = entityDataModel.EntityTypeFullName;