cqrs-sample:命令调度程序模式示例项目

时间:2024-06-17 22:56:04
【文件属性】:

文件名称:cqrs-sample:命令调度程序模式示例项目

文件大小:773KB

文件格式:ZIP

更新时间:2024-06-17 22:56:04

JavaScript

命令查询职责分离 Projeto de exemplo do 模式 CQRS using System . Threading . Tasks ; using System . Web . Mvc ; namespace Sample . CQRS . MVC . Controllers { public class HomeController : Controller { private readonly ICommandDispatcher _commandDispatcher ; private readonly IQueryExecutor _queryExecutor ; public HomeController ( ICommandDispatcher commandDispatcher , IQueryExecutor queryEx


【文件预览】:
cqrs-sample-master
----LICENSE(1KB)
----Sample.CQRS.MVC()
--------Global.asax.cs(1KB)
--------QueryDispatcher.cs(599B)
--------packages.config(2KB)
--------favicon.ico(31KB)
--------Controllers()
--------CommandDispatcher.cs(573B)
--------Web.Release.config(1KB)
--------Scripts()
--------Properties()
--------Sample.CQRS.MVC.csproj(14KB)
--------fonts()
--------Global.asax(106B)
--------Web.Debug.config(1KB)
--------Content()
--------Web.config(3KB)
--------App_Start()
--------Views()
----README.md(1KB)
----Sample.sln(2KB)
----.gitignore(6KB)
----Sample.CQRS()
--------GetUserQueryHandler.cs(287B)
--------Tuc.cs(134B)
--------Sample.CQRS.csproj(3KB)
--------Properties()
--------ICommand.cs(68B)
--------IQuery.cs(71B)
--------ICommandHandler.cs(168B)
--------IQueryExecutor.cs(191B)
--------IQueryHandler.cs(145B)
--------CreateUserCommand.cs(447B)
--------ICommandDispatcher.cs(170B)
--------CreateUserCommandHandler.cs(247B)
--------GetUserQuery.cs(348B)

网友评论