Example #1
0
 public MemberStatusController(IMemberStatusService memberStatusService)
 {
     this._memberStatusService = memberStatusService;
 }