Working state
This commit is contained in:
parent
6fd065fc47
commit
9ba01f0c35
|
@ -454,7 +454,7 @@ namespace BlueWest.EfMethods
|
|||
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 returnTypeFullName = entityDataModel.EntityTypeFullName;
|
||||
|
|
Loading…
Reference in New Issue