Esempio n. 1
0
 public async Task <string> Core()
 {
     return(await Task.Run(() => _projectModel.Execute(this)));
 }