Inheritance: SqlRow, TwitchCommand
示例#1
0
 public TwitchCommand[] GetAllCommands(TwitchConnection twitchConnection)
 {
     return(SqlTwitchCommand.GetAll(twitchConnection));
 }