Fixed error with designation name
This commit is contained in:
@@ -8,6 +8,7 @@ public class GetUserByIdSpec : SingleResultSpecification<User>
|
||||
public GetUserByIdSpec(int userId)
|
||||
{
|
||||
Query
|
||||
.Include(x => x.Designation)
|
||||
.Where(x => x.Id == userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user