Exemple #1
0
 public async Task <bool> Transaction(Advertise data, char action)
 {
     return(await _advertise.Transaction(data, action));
 }