Ejemplo n.º 1
0
 public Presenter(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityCollectionFactory presentationEntityCollectionFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, view, presentationEntityCollectionFactory, parent)
 {
 }
Ejemplo n.º 2
0
 public Presenter(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityCollectionFactory presentationEntityCollectionFactory)
     : base(view, presentationEntityCollectionFactory)
 {
 }