Beispiel #1
0
 public FileService()
 {
     _db             = new Database();
     _studentService = new StudentService();
 }