Esempio n. 1
0
 public ExpensesCategoriesTests()
 {
     _DomainService = new ExpensesCategoryDomainService();
 }
Esempio n. 2
0
 public ExpensesCategoriesAppService(ExpensesTrackerContext context)
 {
     _context       = context ?? throw new ArgumentNullException("context");
     _domainService = new ExpensesCategoryDomainService();
 }