예제 #1
0
 public GuguUserService(GuguDbContext context)
 {
     db = context;
 }
예제 #2
0
 public PartyService(GuguDbContext context)
 {
     db = context;
 }
예제 #3
0
 public PersonalService(GuguDbContext context)
 {
     db = context;
 }