Exemple #1
0
 private void Execute([Inject] IProjectDal dal)
 {
     ProjectExists = dal.Exists(ProjectId);
 }