You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
503 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Transactions;
using Microsoft.EntityFrameworkCore;
using OL.FrameCore.Application.Module;
using OL.FrameCore.Application.Module.Enum;
using OL.FrameCore.Application.Role.Dto;
using OL.FrameCore.Domain.Entity;
//using OL.FrameCore.Domain.IRepository;
using OL.FrameCore.Infrastructure.UnitOfWork;
using OL.FrameCore.Infrastructure.Utility;
using OL.FrameCore.Repository.EF;