AllReady.UnitTest.Areas.Admin.Features.Organizations.DeleteOrganizationHandlerShould.LoadTestData C# (CSharp) 메소드

LoadTestData() 보호된 메소드

protected LoadTestData ( ) : void
리턴 void
        protected override void LoadTestData()
        {
            Context.Organizations.Add(new Organization { Id = 1, Name = "Org 1" });
            Context.SaveChanges();
        }
DeleteOrganizationHandlerShould