コード例 #1
0
 public void AddQuery(DomainQuery query)
 {
     _queryRepository.AddQuery(query?.ToInfrastructure());
 }