コード例 #1
0
 /// <summary>
 ///In constructor, we can get needed classes/interfaces.
 ///They are sent here by dependency injection system automatically.
 /// </summary>
 public QuoteTypeAppService(IQuoteTypeRepository quoteTypeRepository)
 {
     _quoteTypeRepository = quoteTypeRepository;
 }
コード例 #2
0
 /// <summary>
 ///In constructor, we can get needed classes/interfaces.
 ///They are sent here by dependency injection system automatically.
 /// </summary>
 public QuoteTypeAppService(IQuoteTypeRepository quoteTypeRepository)
 {
     _quoteTypeRepository = quoteTypeRepository;
 }