Added dependency injection
This commit is contained in:
parent
2293c4f9e1
commit
39a9baf5c6
13 changed files with 59 additions and 581 deletions
18
imagecatalog/Services/TestService.cs
Normal file
18
imagecatalog/Services/TestService.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ImageCatalog_2.Services
|
||||
{
|
||||
public interface ITestService
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class TestService : ITestService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue