示例#1
0
 public KhachHangController(IKhachHangBLL customerBusiness)
 {
     _customerBusiness = customerBusiness;
 }
示例#2
0
 public KhachHangController(IKhachHangBLL customerBusiness, IConfiguration configuration)
 {
     _customerBusiness = customerBusiness;
     _path             = configuration["AppSettings:PATH"];
 }