Beispiel #1
0
 public Task <bool> ExistsOrderAsync(Guid id)
 {
     return(_repository
            .ExistsOrderAsync(id));
 }