コード例 #1
0
        public ActionResult Delete(Commands.DeleteUserCommand command)
        {
            var service = new Commanding.SimpleTwitterCommandServiceClient();

            service.DeleteUser(command);

            return(RedirectToAction("Index"));
        }
コード例 #2
0
 public void DeleteUser(Commands.DeleteUserCommand command)
 {
     base.Channel.DeleteUser(command);
 }