コード例 #1
0
 public void SetUserWeightTech(string pUserId, int pWeight)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         context.sp_User_TechRegister(Guid.Parse(pUserId), pWeight);
     }
 }