예제 #1
0
 public CategoriesBL(ICategoriesDAL categoryExpenseDAL, IMonthExpendituresDAL monthExpendituresDAL, ITransactionsDAL transactionsDAL, IMapper mapper)
 {
     _categoriesDAL       = categoryExpenseDAL;
     _monthExpenditureDAL = monthExpendituresDAL;
     _transactionsDAL     = transactionsDAL;
     _mapper = mapper;
 }
예제 #2
0
 public CategoriesBL(ICategoriesDAL CategoriesDA)
 {
     _CategoriesDA = CategoriesDA;
 }
예제 #3
0
 public CategoriesBL(ICategoriesDAL ICategoriesDAL)
 {
     _ICategoriesDAL = ICategoriesDAL;
 }