Files
Hushian/Hushian.Application/Contracts/IconversationAssistant.cs

13 lines
213 B
C#
Raw Permalink Normal View History

2025-07-07 22:04:07 +03:30
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hushian.Application.Contracts
{
interface IconversationAssistant
{
}
}