예제 #1
0
        public EfRepostory(FourWheelsSqlDbContext context)
        {
            Guard.WhenArgument(context, "context").IsNull().Throw();

            this.context = context;
        }
예제 #2
0
 public EfUnitOfWork(FourWheelsSqlDbContext context)
 {
     this.context = context;
 }