Beispiel #1
0
 public int AddNewModule(Modules mdl, out string msg)
 {
     return(mdlRepo.AddNewModule(mdl, out msg));
 }