예제 #1
0
 public async Task InicializarColeccionRecomendaciones(string TiendaID)
 {
     MongoDB db = new MongoDB();
     await db.createIndexRecomendation(TiendaID);
 }
예제 #2
0
 public async Task InicializarColeccionRecomendaciones(string TiendaID)
 {
     MongoDB db = new MongoDB();
     await db.createIndexRecomendation(TiendaID);
 }