asternet/Asterisk.2013/Asterisk.NET/Manager/Action/ListCommandsAction.cs
2014-01-08 14:16:39 +00:00

13 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsterNET.Manager.Action
{
class ListCommandsAction
{
}
}