public UserPostVerified(ICosmosDBSQLService cosmos)
 {
     _cosmos = cosmos;
 }
Beispiel #2
0
 public ImageUploaded(ICosmosDBSQLService cosmos, IEventGridService eventgrid)
 {
     _cosmos    = cosmos;
     _eventgrid = eventgrid;
 }
Beispiel #3
0
 public Post(ICosmosDBSQLService cosmos)
 {
     _cosmos = cosmos;
 }