Esempio n. 1
0
 public UserRepository(LivechatContext context)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
 }