Exemplo n.º 1
0
 public bool IsAllowedPhotoCheckonPhotoId(int PhotoId)
 {
     TributeResource objResource = new TributeResource();
     return objResource.IsAllowedPhotoCheckonPhotoId(PhotoId);
 }