Esempio n. 1
0
 public PropertyCheckListReportViewModel(IPropertyCheckListService propertyCheckListService)
 {
     PropertyCheckListService = propertyCheckListService;
 }
Esempio n. 2
0
 public PropertyCheckListCollection(IPropertyCheckListService propertyService, ILogService logService) : base(logService)
 {
     PropertyService = propertyService;
 }