コード例 #1
0
 public bool Delete(Role role)
 {
     throw new NotSupportedException();
 }
コード例 #2
0
 public void Create(Role role)
 {
     throw new NotSupportedException();
 }