Beispiel #1
0
 public ServiceUser(YakoiChatContext context)
 {
     _ctx = context;
 }
Beispiel #2
0
 public ServiceGroup(YakoiChatContext context)
 {
     _ctx = context;
 }
Beispiel #3
0
 public GroupController(YakoiChatContext context)
 {
     _ctx = context;
 }
Beispiel #4
0
 public UserController(YakoiChatContext context)
 {
     _ctx = context;
 }