public static void Test() { var test = new TestContactModelManager(); test.TestDumpAndRestore() .TestCreateUser() .TestAddUser() .TestUserIsRole() .TestCreateContact() .TestAddContact() .TestRemoveContact() .TestFindContact() .TestCreateComment() .TestUserPermission(); }
public static void Main(string[] args) { TestContactModelManager.Test(); }