예제 #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.IBusinessObjectCollection businessObjectCollection, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, presenter, presentationEntityFactory, businessObjectCollection, parent)
 {
 }
예제 #2
0
파일: User.cs 프로젝트: payanarss/V1
 public User(Payanar.SS.Net.Libraries.Common.IParent parrent)
     : base(parrent)
 {
 }
예제 #3
0
 public BusinessEntity(Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(parent)
 {
 }
예제 #4
0
 public PresentationEntity(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, presenter, businessObject, parent)
 {
 }
예제 #5
0
 public BusinessObject(Payanar.SS.Net.Libraries.BusinessEntity.Interfaces.IBusinessEntityFactory businessEntityFactory, Payanar.SS.Net.Libraries.DatabaseLayer.Interfaces.IDatabaseAgentFactory databaseAgentFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(businessEntityFactory, databaseAgentFactory, parent)
 {
 }
예제 #6
0
 public PresentationEntity(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject, Payanar.SS.Net.Libraries.Common.IParent parent)
     : this()
 {
 }
예제 #7
0
 public PresentationEntity(IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectFactory businessObjectFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(presenter, businessObjectFactory, parent)
 {
 }
예제 #8
0
 public Presenter(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityFactory presentationEntityFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, view, presentationEntityFactory, parent)
 {
 }
예제 #9
0
 public Presenter(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(view, presentationEntity, parent)
 {
 }
예제 #10
0
 public TransientEntity(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, IBusinessObject businessObject, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(presenter, businessObject, parent)
 {
 }