public TypeMemberCommandService(ITypeMemberService typeMemberService, IUnitOfWork unitOfWork, ICommandExecutor executor)
 {
   _typeMemberService = typeMemberService;
   _unitOfWork = unitOfWork;
   _executor = executor;
   _userSession = new UserSession();
 }
Ejemplo n.º 2
0
 public TypeMemberCommandService(ITypeMemberService typeMemberService, IUnitOfWork unitOfWork, ICommandExecutor executor)
 {
     _typeMemberService = typeMemberService;
     _unitOfWork        = unitOfWork;
     _executor          = executor;
     _userSession       = new UserSession();
 }
Ejemplo n.º 3
0
 public TypeMemberReportService(ICommandExecutor executor, ITypeMemberService typeMemberService)
 {
   _executor = executor;
   _typeMemberService = typeMemberService;
   _userSession = new UserSession();
 }
Ejemplo n.º 4
0
 public TypeMemberReportService(ICommandExecutor executor, ITypeMemberService typeMemberService)
 {
     _executor          = executor;
     _typeMemberService = typeMemberService;
     _userSession       = new UserSession();
 }