Exemplo n.º 1
0
 public static int LoadPicture(string deptId, byte[] img)
 {
     return(OperationDal.LoadPicture(deptId, img));
 }