Esempio n. 1
0
 public bool Handle(AddContentToLibraryCommand cmd) => GetLibrary(cmd.LibraryId).Handle(cmd);
Esempio n. 2
0
 public bool Handle(AddContentToLibraryCommand cmd)
 {
     return(AddContentToLibrary(cmd.MediaId));
 }