Esempio n. 1
0
        public List <object> GetContacts()
        {
            var list = _monogDBService.Get("Contacts");

            return(list.ConvertAll(BsonTypeMapper.MapToDotNetValue));
        }
Esempio n. 2
0
        public List <object> GetCompaines()
        {
            var list = _companyService.Get("Companies");

            return(list.ConvertAll(BsonTypeMapper.MapToDotNetValue));
        }