コード例 #1
0
 public PresentationEntityCollection(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityFactory presentationEntityFactory, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectCollectionFactory businessObjectCollectionFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, presenter, presentationEntityFactory, businessObjectCollectionFactory, parent)
 {
 }
コード例 #2
0
 public PresentationEntityCollection(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityFactory presentationEntityFactory, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectCollectionFactory businessObjectCollectionFactory) :
     base(presenter, presentationEntityFactory, businessObjectCollectionFactory)
 {
 }