コード例 #1
0
ファイル: OperationAC.g.cs プロジェクト: zhuwansu/Rafy
 public void Add(OperationAC entity)
 {
     base.Add(entity);
 }
コード例 #2
0
ファイル: OperationAC.g.cs プロジェクト: zhuwansu/Rafy
 public bool Contains(OperationAC entity)
 {
     return(base.Contains(entity));
 }
コード例 #3
0
ファイル: OperationAC.g.cs プロジェクト: zhuwansu/Rafy
 public bool Remove(OperationAC entity)
 {
     return(base.Remove(entity));
 }