コード例 #1
0
ファイル: UserRelation.g.cs プロジェクト: wangtao725/DBEN.ETM
 public void Insert(int index, UserRelation entity)
 {
     base.Insert(index, entity);
 }
コード例 #2
0
ファイル: UserRelation.g.cs プロジェクト: wangtao725/DBEN.ETM
 public int IndexOf(UserRelation entity)
 {
     return(base.IndexOf(entity));
 }
コード例 #3
0
ファイル: UserRelation.g.cs プロジェクト: wangtao725/DBEN.ETM
 public void Add(UserRelation entity)
 {
     base.Add(entity);
 }
コード例 #4
0
ファイル: UserRelation.g.cs プロジェクト: wangtao725/DBEN.ETM
 public bool Contains(UserRelation entity)
 {
     return(base.Contains(entity));
 }
コード例 #5
0
ファイル: UserRelation.g.cs プロジェクト: wangtao725/DBEN.ETM
 public bool Remove(UserRelation entity)
 {
     return(base.Remove(entity));
 }