Example #1
0
        public string DeleteEFCoreSync(int id)
        {
            UserTestDelete userTestDelete = new UserTestDelete(id);

            eFCoreSyncRepository.Delete(userTestDelete);

            return("test");
        }
Example #2
0
        public string DeleteEFCoreSync(int id)
        {
            eFCoreSyncRepository.Delete(id);

            return("test");
        }