예제 #1
0
        public async Task <IActionResult> AddWallet([FromBody] AddWallet command)
        {
            await DispatchAsync(command);

            return(Ok());
        }
        public void OpenAddWallet()
        {
            AddWallet w = new AddWallet();

            w.Show();
        }
예제 #3
0
        public void OpenAddWallet()
        {
            AddWallet wallet = new AddWallet();

            wallet.Show();
        }