Base solution for your next web application
Open Closed

Create new entity creates will no longer build #5480


User avatar
0
duffyvector created
public PropertyWatchersExcelExporter(
            ITimeZoneConverter timeZoneConverter,
            IAbpSession abpSession,
          **ICacheManager cacheManager) : base(cacheManager)**

New entity will not build based on the bold code above.
Remove the line and all is okay??


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    That looks like a service, not an entity.

    Which class does it inherit and what's the error?