Exemplo n.º 1
0
        public List <ConferenceManageModel> GetModels(ConferenceManageQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            ConferenceManageDAL edal = new ConferenceManageDAL(Transaction);

            return(edal.Select(ObjQueryModel));
        }
Exemplo n.º 2
0
        public List <ConferenceManageModel> GetModels(SqlTransaction Transaction)
        {
            ConferenceManageDAL edal = new ConferenceManageDAL(Transaction);

            return(edal.Select());
        }