示例#1
0
 public DropDownController(IEnumCountryBL _EnumCountryrepo, IPurcheaseDetailsBL _PurcheaseDetailsrepo)
 {
     this.EnumCountryrepo      = _EnumCountryrepo;
     this.PurcheaseDetailsrepo = _PurcheaseDetailsrepo;
 }
 public EnumCountrController(IEnumCountryBL _repo)
 {
     this.repo = _repo;
 }