Exemple #1
0
 //Johan Sakshaug
 public List <SkjemaDTO> GetSubmittedCases(string username)
 {
     return(dal.GetSubmittedCases(username));
 }