Beispiel #1
0
 public async Task <ActionResponse> AddAsync(Captain model)
 {
     return(await _grpcService.AddAsync(model));
 }