Beispiel #1
0
        public virtual async Task <T> Creatre(T obj)
        {
            _context.Add(obj);
            await _context.SaveChangeAsync();

            return(obj);
        }