Example #1
0
 public static DataTable GetRole(string strWhere)
 {
     return(OperationDal.GetRole(strWhere));
 }