Skip to content

Commit

Permalink
Populating with data: creating a Services directory and moving IGreet…
Browse files Browse the repository at this point in the history
…er service there
  • Loading branch information
gorohoroh committed Jul 4, 2018
1 parent 21a5fc3 commit d80c2e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OdeToFoodRider
namespace OdeToFoodRider.Services
{
public interface IGreeter
{
Expand Down
1 change: 1 addition & 0 deletions OdeToFoodRider/OdeToFoodRider/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using OdeToFoodRider.Services;

namespace OdeToFoodRider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OdeToFoodVisualStudio
namespace OdeToFoodVisualStudio.Services
{
public interface IGreeter
{
Expand Down
1 change: 1 addition & 0 deletions OdeToFoodVisualStudio/OdeToFoodVisualStudio/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using OdeToFoodVisualStudio.Services;
using System;

namespace OdeToFoodVisualStudio
Expand Down

0 comments on commit d80c2e6

Please sign in to comment.