Exemplo n.º 1
0
 public string[] SearchStationeryResultCount4(SearchStationery stationeryData)
 {
     OtherDataBase sDB = new OtherDataBase();
     if (int.Parse(sDB._StaffhaveRoles[3]) == 1)
     {
         return sDB.SearchStationeryResultCount(stationeryData);
     }
     else
     {
         return new string[2] { _noRole, _errorMsg };
     }
 }