You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Order of type parameters is inconsistent between base controller and base manager.
BasicReadController<GroupDto, GroupEntity, int>
ModelManager<GroupEntity, GroupDto, int>
The text was updated successfully, but these errors were encountered:
According to #2 we have following note:
Order of type parameters is inconsistent between base controller and base manager.
BasicReadController<GroupDto, GroupEntity, int>
ModelManager<GroupEntity, GroupDto, int>
The text was updated successfully, but these errors were encountered: