示例#1
0
 public IHttpActionResult CreateDirector(Director director)
 {
     _createDirectorCommand.Execute(director);
     return(Ok());
 }