Пример #1
0
 public GuguUserService(GuguDbContext context)
 {
     db = context;
 }
Пример #2
0
 public PartyService(GuguDbContext context)
 {
     db = context;
 }
Пример #3
0
 public PersonalService(GuguDbContext context)
 {
     db = context;
 }