예제 #1
0
 public IList <string> GetProtectedFlowNamesForUser(string username)
 {
     return(_flowDao.GetProtectedFlowNamesForUser(username));
 }