コード例 #1
0
 public void PhanChiSP(string idMa, string idNhap, string idPP, int SL)
 {
     using (GalaxyMobileEntities db = new GalaxyMobileEntities())
     {
         db.USP_PhanChiaSP(idMa, idNhap, idPP, SL);
     }
 }