mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-24 12:06:42 +00:00
6 lines
123 B
C#
6 lines
123 B
C#
namespace Slim.Tests.Models;
|
|
|
|
public class MultiInterfaceService : IMultiInterfaceService1, IMultiInterfaceService2
|
|
{
|
|
}
|