Exemple #1
0
 public async Task <Advertise> SingleQuery(Dictionary <string, dynamic> para)
 {
     return(await _advertise.SingleQuery(para));
 }