Exemplo n.º 1
0
        public List <GK_OA_FileChangeModel> GetModels(SqlTransaction Transaction)
        {
            GK_OA_FileChangeDAL edal = new GK_OA_FileChangeDAL(Transaction);

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

            return(edal.Select(ObjQueryModel));
        }
Exemplo n.º 3
0
        public List <GK_OA_FileChangeModel> GetModels(SqlConnection Connection)
        {
            GK_OA_FileChangeDAL edal = new GK_OA_FileChangeDAL(Connection);

            return(edal.Select());
        }