コード例 #1
0
ファイル: OrderBLL.cs プロジェクト: aftabnabi/MilkCRMUI
 public Order GetById(int Id)
 {
     return(db.GetById(Id));
 }