Exemple #1
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)
 {
 }
Exemple #2
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()
 {
 }
Exemple #3
0
 public DatabaseAgent(Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject)
     : base(businessObject)
 {
 }
Exemple #4
0
 public PresentationEntity(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject)
     : base(presenter, businessObject)
 {
 }
Exemple #5
0
 public BusinessObjectInstancer(Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject)
     : base(businessObject)
 {
 }