Exemplo n.º 1
0
 public void updateProfile(VendorModel model, int id)
 {
     vendordao.UpdateProfile(model, id);
 }