public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetNoShowsReportAsync(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetNoShowsReport, null, options, request));
 }
 public virtual global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse GetDeparturesReport(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetDeparturesReport, null, options, request));
 }
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetNoShowsReportAsync(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetNoShowsReportAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetNoShowsReport(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }