Exemplo n.º 1
0
 public DeviceViewModel DefaultValueListing()
 {
     deviceViewModel.ListOfOffices     = dropDownManager.OfficeDropDown();
     deviceViewModel.ListOfFloors      = dropDownManager.FloorDropdown();
     deviceViewModel.ListOfDeviceTypes = dropDownManager.DeviceTypeDropdown();
     return(deviceViewModel);
 }