public System.Collections.Generic.List <UtnEmall.Server.EntityModel.StoreEntity> GetStoreWhere(string propertyName, object expValue, bool loadRelation, UtnEmall.Server.Base.OperatorType operatorType, string session)
 {
     return(base.Channel.GetStoreWhere(propertyName, expValue, loadRelation, operatorType, session));
 }
 public UtnEmall.Server.EntityModel.RegisterAssociationEntity[] GetRegisterAssociationWhere(string propertyName, object expValue, bool loadRelation, UtnEmall.Server.Base.OperatorType operatorType, string session)
 {
     return(base.Channel.GetRegisterAssociationWhere(propertyName, expValue, loadRelation, operatorType, session));
 }