Revert unnecessary change in Models
This commit is contained in:
parent
2bc88bb91c
commit
c351b13aac
|
@ -118,11 +118,6 @@ namespace BlueWest.EfMethods
|
||||||
public string ReturnTypeIdentifierName { get; set; }
|
public string ReturnTypeIdentifierName { get; set; }
|
||||||
public string ReturnTypeFullName { get; set; }
|
public string ReturnTypeFullName { get; set; }
|
||||||
|
|
||||||
public string MainTypeIdentifierName { get; set; }
|
|
||||||
public string MainTypeFullName { get; set; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public EfGetManyModel(EfEntityDataModel entity, string returnTypeFullName,
|
public EfGetManyModel(EfEntityDataModel entity, string returnTypeFullName,
|
||||||
string returnTypeIdentifierName) : base(entity.PropertyName, entity.EntityTypeFullName, entity.EntityTypeIdentifierName)
|
string returnTypeIdentifierName) : base(entity.PropertyName, entity.EntityTypeFullName, entity.EntityTypeIdentifierName)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue