コード例 #1
0
ファイル: customerBLL.cs プロジェクト: finrodbr/WebApp
 public List<customer> GetCustomersFromACity(int cityID)
 {
     using (cidadeBLL bll = new cidadeBLL())
     {
         return bll.GetCustomersFromACity(cityID);
     }
 }