public void CreateCommand(BzundoCmd cmd)
        {
            if (cmd == null)
            {
                throw new ArgumentNullException(nameof(cmd));
            }

            _context.Commands.Add(cmd);
        }
Esempio n. 2
0
 public void CreateCommand(BzundoCmd cmd)
 {
     throw new System.NotImplementedException();
 }