コード例 #1
0
 public void Update(Community entity, int id)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Create(Community entity)
 {
     throw new NotImplementedException();
 }