Esempio n. 1
0
 public Task <bool> DoSomethingAsync(string value)
 {
     return(_ifooObject.DoSomethingAsync(value));
 }