mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-19 12:10:17 +03:00
12 lines
307 B
C#
12 lines
307 B
C#
global using System;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Collections;
|
|
global using System.Collections.Generic;
|
|
global using System.Buffers;
|
|
|
|
global using Xunit;
|
|
global using Shouldly;
|
|
|
|
global using MyTelegram.Schema.Extensions;
|
|
global using MyTelegram.Schema.Serializer; |