예제 #1
0
파일: Ranks.cs 프로젝트: goldentg/Nyme
 public Ranks(brainKillerContext context)
 {
     _context = context;
 }
예제 #2
0
파일: AutoRoles.cs 프로젝트: goldentg/Nyme
 public AutoRoles(brainKillerContext context)
 {
     _context = context;
 }
예제 #3
0
파일: Servers.cs 프로젝트: goldentg/Nyme
 public Servers(brainKillerContext context)
 {
     _context = context;
 }