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));
 }