示例#1
0
 protected UserRepository(ServerDataEntities context)
 {
     if (context == null)
     {
         throw new ArgumentNullException("context");
     }
     _context = context;
 }
示例#2
0
 protected RoomRepository(ServerDataEntities context)
 {
     _context = context;
 }