Exemple #1
0
 public NutrientCheckResult CheckNutrient(string nutrientName)
 {
     return(_mongoDBConnector.CheckNutrient(nutrientName));
 }