コード例 #1
0
ファイル: Database.cs プロジェクト: tdkryger/APaF
 public bool UpdateProtection(ProtectionLevel item)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Database.cs プロジェクト: tdkryger/APaF
 public ProtectionLevel CreateProtection(ProtectionLevel item)
 {
     throw new NotImplementedException();
 }