16 lines
258 B
C#
16 lines
258 B
C#
using Face.Domain.Entities;
|
|
using Face.Services.Cache;
|
|
using System;
|
|
using System.Linq;
|
|
|
|
namespace Face.Services
|
|
{
|
|
public partial class DevManageHelp
|
|
{
|
|
public static void UdpDevServiceHandle(int sID)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|