Example #1
0
 public ControlRepository(DbRDPContext _context)
 {
     this._context = _context;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CustomerRepository"/> class.
 /// </summary>
 /// <param name="_context">The context.</param>
 public CustomerRepository(DbRDPContext _context)
 {
     this._context = _context;
 }