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.IBusinessObjectCollection businessObjectCollection, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, presenter, presentationEntityFactory, businessObjectCollection, parent)
 {
 }
Example #2
0
 public CollectionInstancer(Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectCollection businessObjectCollection)
     : base(businessObjectCollection)
 {
 }
 public PresentationEntityCollection(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityFactory presentationEntityFactory, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectCollection businessObjectCollection) :
     base(presenter, presentationEntityFactory, businessObjectCollection)
 {
 }
Example #4
0
 public UserDatabaseAgent(Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectCollection businessObjectCollection)
     : base(businessObjectCollection)
 {
 }