Beispiel #1
0
 public async Task <IEnumerable <ContactShort> > List()
 {
     try
     {
         return(await StoreDB.GetContactsShortAsync());
     }
     catch (Exception)
     {
         return(null);
     }
 }