コード例 #1
0
 public static Agent GetAgent(int id)
 {
     return(dBLayer.FindEntity <Agent>(id));
 }