예제 #1
0
 public int GetOperatorDetailsbyPan(string pancardno)
 {
     return(operatorDAL.GetOperatorDetailsbypancardno(pancardno));
 }