18 lines
462 B
C#
18 lines
462 B
C#
// Auto-generiert von CreateWebshopFiles.ps1
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
namespace Webshop.Application.Services.Admin
|
|
{
|
|
public class AdminSettingService : IAdminSettingService
|
|
{
|
|
// Fügen Sie hier Abhängigkeiten per Dependency Injection hinzu (z.B. Repositories)
|
|
|
|
// public AdminSettingService(IYourRepository repository) { }
|
|
|
|
// Fügen Sie hier Service-Methoden hinzu
|
|
}
|
|
}
|