示例#1
0
 public ForensicsController(int id)
 {
     foreSrv      = new ForensicService();
     AttachmentId = id;
 }
示例#2
0
 public ForensicsController()
 {
     foreSrv = new ForensicService();
     attaSrv = new AttachmentService();
 }