Beispiel #1
0
 public GetSongsQueryHandler(KakegoeBlazorContext context) : base(context)
 {
 }
Beispiel #2
0
 public BaseHandler(KakegoeBlazorContext context)
 {
     Context = context;
 }