예제 #1
0
 public void Add(int companycode, int citycode, string companyname, string cityname)
 {
     var structure = new tblStructuredetail()
     {
         CompanyCode = companycode,
         CityCode    = citycode,
         CompanyName = companyname,
         CityName    = cityname,
     };
 }
예제 #2
0
 public void Update(tblStructuredetail obj)
 {
     throw new NotImplementedException();
 }