示例#1
0
 public ReservationService(DSUSoundBoothSchedulerContext dsuapContext)
 {
     _dsuapContext = dsuapContext;
 }
示例#2
0
 public UserService(DSUSoundBoothSchedulerContext sbContext)
 {
     _sbContext = sbContext;
 }