Пример #1
0
 public DropDownService(IDropDownRepository dropDown)
 {
     this.dropDown = dropDown;
 }
Пример #2
0
 public DropDownService(IDropDownRepository dropDownRepository)
 {
     _dropDownRepository = dropDownRepository;
 }