Repository.MethodB C# (CSharp) Method

MethodB() private method

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