Example #1
0
 public UsersSourceModel(KpzLab7Context context)
 {
     this.context = context;
 }
Example #2
0
 public RoomsSourceModel(KpzLab7Context context)
 {
     this.context = context;
 }