-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm trying to run this tutorial but I'm getting a build error when creating a new instance of the DatatypeService in the LunchSurfaceController. Any idea what might be done to fix this?
DataTypeService dts = new DataTypeService();
The error i'm getting:
Error CS7036 There is no argument given that corresponds to the required formal parameter 'provider' of 'DataTypeService.DataTypeService(IDatabaseUnitOfWorkProvider, RepositoryFactory, ILogger, IEventMessagesFactory)'
Any help appreciated
Metadata
Metadata
Assignees
Labels
No labels