Ejemplo n.º 1
0
 public LeaveRequestTypeDataBinder(ILeaveRequestTypeView itsView)
 {
     _ItsView = itsView;
 }
Ejemplo n.º 2
0
 public LeaveRequestTypeDataCollector(ILeaveRequestTypeView itsView)
 {
     _ItsView = itsView;
 }
 public LeaveRequestTypeVaildater(ILeaveRequestTypeView itsView)
 {
     _ItsView = itsView;
 }
Ejemplo n.º 4
0
 public UpdateLeaveRequestTypePresenter(ILeaveRequestTypeView itsView)
 {
     _ItsView = itsView;
     AttachViewEvent();
 }
Ejemplo n.º 5
0
 public LeaveRequestTypeIniter(ILeaveRequestTypeView itsView)
 {
     _ItsView = itsView;
 }