protected override void Dispose(bool disposing)
        {
            db         = null;
            securitydb = null;

            base.Dispose(disposing);
        }
예제 #2
0
 public void TestMethod1()
 {
     var access = new LowLevelAccess();
     var res    = access.FindUserProfile(new UserProfileDiscriminator()
     {
         Filter = x => x.UserId == 2
     });
 }