예제 #1
0
 public string[] setReceiveData1(SearchReceiveResult receiveDataResult)
 {
     OtherDataBase sDB = new OtherDataBase();
     if (int.Parse(sDB._StaffhaveRoles[1]) == 1)
     {
         return sDB.setReceiveData1(receiveDataResult);
     }
     else
     {
         return new string[2] { _noRole, _errorMsg };
     }
 }