예제 #1
0
 public UserService(SecretServiceContext context) : base(context.Users)
 {
 }
예제 #2
0
 public StopService(SecretServiceContext context) : base(context.Stops)
 {
     _context = context;
 }