Пример #1
0
 public ServiceChannelLogic(ChannelAttachmentLogic attachmentLogic, WebPageLogic webPageLogic, OpeningHoursLogic openingHoursLogic, AddressLogic addressLogic)
 {
     this.attachmentLogic   = attachmentLogic;
     this.webPageLogic      = webPageLogic;
     this.openingHoursLogic = openingHoursLogic;
     this.addressLogic      = addressLogic;
 }
Пример #2
0
 public OrganizationLogic(ChannelAttachmentLogic attachmentLogic, WebPageLogic webPageLogic, AddressLogic addressLogic)
 {
     this.attachmentLogic = attachmentLogic;
     this.webPageLogic    = webPageLogic;
     this.addressLogic    = addressLogic;
 }