예제 #1
0
 public ReviewService(TapRoomContext tapRoomContext)
 {
     _tapRoomContext = tapRoomContext;
 }
예제 #2
0
 public BeerService(TapRoomContext tapRoomContext)
 {
     _tapRoomContext = tapRoomContext;
 }