Exemplo n.º 1
0
 public static bool AddtoLightBox(Guid userId, Guid imageId, string path, string serNum)
 {
     QJVRMS.Business.CallbackWS.CallbackService cs = new QJVRMS.Business.CallbackWS.CallbackService();
     return(cs.AddToLightBox(imageId, userId, path, serNum));
 }
Exemplo n.º 2
0
 public static bool AddtoLightBox(Guid userId, Guid imageId, string path, string serNum)
 {
     QJVRMS.Business.CallbackWS.CallbackService cs = new QJVRMS.Business.CallbackWS.CallbackService();
     return cs.AddToLightBox(imageId, userId, path, serNum);
 }