Files
components/LiteCharms.Features.MidrandBooks/Abstractions/IService.cs
T
Khwezi Mngoma 7136e4fc70 Added Customer, Contact and Address with Service
Labeled all service to enable assembly scanning
2026-05-26 00:27:11 +02:00

4 lines
88 B
C#

namespace LiteCharms.Features.MidrandBooks.Abstractions;
public interface IService;