Ejemplo n.º 1
0
 public byte[] GetPhoto(int pid)
 {
     return(ctx.GetPhoto(pid).FirstOrDefault());
 }