public BranchCustomerDao(MardisContext mardisContext)
     : base(mardisContext)
 {
     _channelDao      = new ChannelDao(mardisContext);
     _typeBusinessDao = new TypeBusinessDao(mardisContext);
     _customerDao     = new CustomerDao(mardisContext);
 }
Exemplo n.º 2
0
 public CustomerDao(MardisContext mardisContext)
     : base(mardisContext)
 {
     _channelBusiness         = new ChannelDao(mardisContext);
     _typeBusinessBusiness    = new TypeBusinessDao(mardisContext);
     _productCategoryBusiness = new ProductCategoryDao(mardisContext);
 }