示例#1
0
        public async Task <VolunteerResponse> VolunteerAsync(VolunteerRequest request)
        {
            await Task.Delay(2000);

            return(new VolunteerResponse {
                Succeeded = true,
                Result = true
            });
        }
示例#2
0
 public async Task <VolunteerResponse> VolunteerAsync(VolunteerRequest request)
 {
     throw new NotImplementedException();
 }