Method | Description | |
---|---|---|
CreateIngredientFromFileContents ( string fileContents ) : IList |
||
GetDecimalValue ( int rowIndex, string columns, int columnIndex ) : decimal | ||
IngredientParser ( INutrientBusinessLogic nutrientBusinessLogic ) : System |
Method | Description | |
---|---|---|
addIngredientNutrient ( |
public CreateIngredientFromFileContents ( string fileContents ) : IList |
||
fileContents | string | |
return | IList |
public GetDecimalValue ( int rowIndex, string columns, int columnIndex ) : decimal | ||
rowIndex | int | |
columns | string | |
columnIndex | int | |
return | decimal |
public IngredientParser ( INutrientBusinessLogic nutrientBusinessLogic ) : System | ||
nutrientBusinessLogic | INutrientBusinessLogic | |
return | System |