Changeset f554983 for Farmatiko/Program.cs
- Timestamp:
- 02/14/21 17:54:35 (4 years ago)
- Branches:
- master
- Children:
- 472dd7e
- Parents:
- 6e6f04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Program.cs
r6e6f04b rf554983 3 3 using System.Linq; 4 4 using System.Threading.Tasks; 5 using FarmatikoServices.Services; 5 6 using Microsoft.AspNetCore.Hosting; 6 7 using Microsoft.Extensions.Configuration; 8 using Microsoft.Extensions.DependencyInjection; 7 9 using Microsoft.Extensions.Hosting; 8 10 using Microsoft.Extensions.Logging; … … 22 24 { 23 25 webBuilder.UseStartup<Startup>(); 26 24 27 }); 25 28 }
Note:
See TracChangeset
for help on using the changeset viewer.