コード例 #1
0
 public City()
 {
     _city    = new TMF.Reports.BLL.City();
     _context = new TMF_Meter_ReadingsEntities(GenUtil.EFConnectionString());
 }