Esempio n. 1
0
 internal Task <Contact> Get(string id)
 {
     return(datasource.Get(id));
 }