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