Esempio n. 1
0
 public UpsertUserSessionCommandHandler(ICosmosUserSessionDbContext cosmosDbContext)
 {
     _cosmosDbContext = cosmosDbContext;
 }
 public GetUserSessionsQueryHandler(ICosmosUserSessionDbContext cosmosDbContext)
 {
     _cosmosDbContext = cosmosDbContext;
 }