Esempio n. 1
0
 public DropDownService(IDropDownRepository dropDown)
 {
     this.dropDown = dropDown;
 }
Esempio n. 2
0
 public DropDownService(IDropDownRepository dropDownRepository)
 {
     _dropDownRepository = dropDownRepository;
 }