コード例 #1
0
 public OperacionServices(IOperacionRepository repo)
 {
     _repo = repo;
 }