コード例 #1
0
 public Account GetById(int id)
 {
     return(accountDAL.GetById(id));
 }