コード例 #1
0
 public void Add(User user)
 {
     _context.RegisterNew(user, this);
 }
コード例 #2
0
 public void Add(Role role)
 {
     _context.RegisterNew(role, this);
 }
コード例 #3
0
 public void Add(Menu menu)
 {
     _context.RegisterNew(menu, this);
 }
コード例 #4
0
 public void Add(TableBooking booking)
 {
     _context.RegisterNew(booking, this);
 }