16 lines
236 B
C#
16 lines
236 B
C#
using BS.Shared.Core;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Net;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BS.Shared.AppSender
|
|
{
|
|
public static class OwnSoftSender
|
|
{
|
|
|
|
}
|
|
}
|