コード例 #1
0
ファイル: Service2.cs プロジェクト: AdrienTorris/Entropy
 public void Create(Guid key)
 {
     _repository.Create(key);
 }