public bool IsIngredientKey(string key)
 {
     return(m_indexMap.IsExist(key));
 }
Пример #2
0
 public bool IsCustomerKey(string key)
 {
     return(m_indexMap.IsExist(key));
 }
Пример #3
0
 public bool IsFoodKey(string key)
 {
     return(m_indexMap.IsExist(key));
 }