Beispiel #1
0
 public Task <bool> BandExists(Guid id)
 {
     return(_bandRepository.Exists(id));
 }