示例#1
0
 public Clan Get(int id)
 {
     return(_repo.Get(id));
 }