Advertisement
Sabab

Manager

Oct 20th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1.  public void UpdateCheckboxValueOfIndexPage(string userName, string checkboxValue, string checkedValue)
  2.         {
  3.            
  4.             gatewayObject.UpdateCheckboxValueOfIndexPage(userName,checkboxValue,checkedValue);
  5.         }
  6.  
  7.         public string CheckBoxChecked(string userName, string checkBoxValue)
  8.         {
  9.             return gatewayObject.CheckBoxChecked(userName, checkBoxValue);
  10.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement