Ejemplo n.º 1
0
 // POST: api/PanchLevelReport
 public String Post(_IayForm value)
 {
     return(ReportPdfGen.PanchayatLevelPdfGen(value));
 }
Ejemplo n.º 2
0
 // POST: api/BlkLevelReport
 public String Post(_IayForm value)
 {
     return(ReportPdfGen.BlockLevelPdfGen(value));
 }