Пример #1
0
        ////[Obsolete("InsertOrUpdateGraph has been deprecated.  Instead set TrackingState to Added or Modified and call ApplyChanges.")]
        //////public void InsertOrUpdateGraph(Password entity) { _repositoryPassword.InsertOrUpdateGraph(entity); }

        ////[Obsolete("InsertOrUpdateGraph has been deprecated.  Instead set TrackingState to Added or Modified and call ApplyChanges.")]
        //////public void InsertGraphRange(IEnumerable<Password> entities) { _repositoryPassword.InsertGraphRange(entities); }

        public IQueryFluent <Password> Query()
        {
            return(_repositoryPassword.Query());
        }