This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace SampleAppForUnitTest.Model | |
{ | |
public interface ILight | |
{ | |
Boolean Power { get; } | |
} | |
public class Light : ILight | |
{ | |
public Light(Boolean power) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/appCustomer/moduleX/logic.txt b/appCustomer/moduleX/renamedLogic.txt | |
similarity index 100% | |
rename from appCustomer/moduleX/logic.txt << ココを appAdmin > appCustomer へ | |
rename to appCustomer/moduleX/renamedLogic.txt << 同上 |