Changeset 63d885e for Farmatiko/Startup.cs
- Timestamp:
- 08/07/20 11:01:25 (5 years ago)
- Branches:
- master
- Children:
- 5d02859
- Parents:
- ee137aa (diff), c406ae5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Startup.cs
ree137aa r63d885e 12 12 using FarmatikoServices.FarmatikoServiceInterfaces; 13 13 using FarmatikoServices.Services; 14 using Microsoft.Extensions.Logging; 14 15 15 16 namespace Farmatiko … … 69 70 70 71 services.AddTransient<IProcessJSONService, ProcessJSONService>(); 72 73 services.AddTransient<ILogger, Logger<ProcessJSONService>>(); 71 74 } 72 75
Note:
See TracChangeset
for help on using the changeset viewer.