Beispiel #1
0
        public static List <Informer> GetAllInformers()
        {
            DBConnection db = new DBConnection(DB.connString);

            return(db.ReadToListSP <Informer>("SelectAllInformers", infsel).ToList());
        }