SPEC:
- OK salvataggio ricetta in MongoDB
This commit is contained in:
@@ -82,6 +82,17 @@ namespace MP.SPEC.Data
|
||||
return mongoController.InitRecipe(idxPODL, confPath);
|
||||
}
|
||||
/// <summary>
|
||||
/// Salva ricetta su MongoDB
|
||||
/// </summary>
|
||||
/// <param name="currRecord"></param>
|
||||
/// <returns></returns>
|
||||
public async Task<bool> RecipeSetByPODL(RecipeModel currRecord)
|
||||
{
|
||||
bool answ = false;
|
||||
answ = await mongoController.RecipeSetByPODL(currRecord);
|
||||
return answ;
|
||||
}
|
||||
/// <summary>
|
||||
/// Ricerca ricetta su MongoDB dato PODL
|
||||
/// </summary>
|
||||
/// <param name="idxPODL"></param>
|
||||
|
||||
Reference in New Issue
Block a user