Esempio n. 1
0
 public async Task <Stuff> GetManager(string id)
 {
     return(await _manager.GetManager(new Guid(id)));
 }