Exemplo n.º 1
0
 public Task <Setting> FindOneAsync(IPrincipal user, string id)
 {
     return(_store.FindOneAsync(id));
 }