コード例 #1
0
 void IRepository <ClanAuthority> .Update(ClanAuthority update)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 void IRepository <ClanAuthority> .Insert(ClanAuthority insert)
 {
     throw new NotImplementedException();
 }