示例#1
0
 public static Response Send(SendEntity sendEntity)
 {
     return(Send(new List <SendEntity> {
         sendEntity
     }));
 }
示例#2
0
 public static async Task <Response> SendAsync(SendEntity sendEntity)
 {
     return(await SendAsync(new List <SendEntity> {
         sendEntity
     }));
 }