Repository.MethodB C# (CSharp) 메소드

MethodB() 개인적인 메소드

private MethodB ( ) : void
리턴 void
        void MethodB()
        {
            using (Sqlconnection)
            {
                // you can even have multiple calls here (roundtrips)
                // and start transactions.  
            }
        }