Ejemplo n.º 1
0
 public CustomerSevices(IAccountResponsitory User, IPasswordHasher passwordHasher, IStoreProduce StoreProduce, ICustomerResponsitory Customer)
 {
     _User           = User;
     _passwordHasher = passwordHasher;
     _StoreProduce   = StoreProduce;
     _Customer       = Customer;
 }
Ejemplo n.º 2
0
 public SettingSevice(IAccountResponsitory User, IPasswordHasher passwordHasher, IStoreProduce StoreProduce, ICustomerResponsitory DashBoard, ISettingResponsitory Setting)
 {
     _User           = User;
     _passwordHasher = passwordHasher;
     _StoreProduce   = StoreProduce;
     _DashBoard      = DashBoard;
     _Setting        = Setting;
 }