Example #1
0
 public ActionResult Authentication(LoginCommand command)
 {
     _commandService.Excute(command);
     return(new HttpStatusCodeResult(200));
 }