Exemple #1
0
 public UserRepository(GeneralContext context)
 {
     this.context = context;
 }
 public MessageRepository(GeneralContext context)
 {
     this.context = context;
 }