Exemple #1
0
 public ICollectionReference Locks(string communityId) => Communities.Document(communityId).Collection("locks");
Exemple #2
0
 public ICollectionReference Bikes(string communityId) => Communities.Document(communityId).Collection("bikes");
Exemple #3
0
 public ICollectionReference Stations(string communityId) => Communities.Document(communityId).Collection("stations");