public ApprobeHandler(FysegContext context, IMailService mailService)
 {
     this.context     = context;
     this.mailService = mailService;
 }
Beispiel #2
0
 public ViewById(FysegContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public ListAllHandler(FysegContext context)
 {
     this.context = context;
 }