예제 #1
0
 public string[] PopTask(IDatabase db, string type, string timestamp, string responsible)
 {
     if (_case == TestCase.PopTask)
     {
         throw new NotImplementedException();
     }
     else
     {
         return(_lua.PopTask(db, timestamp, responsible));
     }
 }