[성현모] 패키지설치, DI 패턴 적용.
This commit is contained in:
16
eCIAv2.WindowsApp/Services/ConfigService.cs
Normal file
16
eCIAv2.WindowsApp/Services/ConfigService.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace eCIAv2.WindowsApp.Services
|
||||
{
|
||||
public class ConfigService
|
||||
{
|
||||
public string LoadConfig()
|
||||
{
|
||||
return "loadConfig";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user