mirror of
https://github.com/opengram-server/opengram.git
synced 2026-09-09 20:14:15 +03:00
5 lines
97 B
C#
5 lines
97 B
C#
namespace MyTelegram.AuthServer.Handlers;
|
|
|
|
public interface IReqPqHandler : IObjectHandler
|
|
{
|
|
} |