Ejemplo n.º 1
0
 set => SetProperty(ref _context, value);
Ejemplo n.º 2
0
 if (!SetProperty(ref _context, value, out var oldValue))
 {
     return;
 ? new DatabaseMatchService(_context, guid, userId)
 : throw new KeyNotFoundException("Match not found.");
Ejemplo n.º 4
0
 get => (_roleConcrete == null) ? _roleConcrete = new RoleConcrete(_context, _configuration) : _roleConcrete;
Ejemplo n.º 5
0
 public Add_Department(string name)
 {
     InitializeComponent();
     userName = name;
     _con     = new _context();
 }
Ejemplo n.º 6
0
 .BindWithTransaction(_context, newAc => Save(newAc)
                      .Bind(PublishAdded)
                      .Bind(PublishRemoved)
                      .Bind(CollectCreationEvents)
                      .Bind(SaveEventLogs))
 .Tap(ClearTracker);
Ejemplo n.º 7
0
 if (ReferenceEquals(_context, other._context))
 public Add_Subject(string name)
 {
     InitializeComponent();
     _con     = new _context();
     userName = name;
 }
Ejemplo n.º 9
0
 public Add_Course(string name)
 {
     InitializeComponent();
     userName = name;
     _con     = new _context();
 }
Ejemplo n.º 10
0
 public Form1()
 {
     InitializeComponent();
     _con = new _context();
 }