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