public DossierService()
 {
     _Context = new MahbaContext();
 }
Beispiel #2
0
 public DocumentService()
 {
     _Context  = new MahbaContext();
     _Document = _Context.Set <Document>();
 }