Example #1
0
 public IEnumerable <Areaclass> GetDatabyId(int Areaid)
 {
     return(obj.GetDatabyId(Areaid));
 }