Skip to content

Instantly share code, notes, and snippets.

View akram09's full-sized avatar
🚩
Capturing The Flag

Akram Boutouchent akram09

🚩
Capturing The Flag
View GitHub Profile
@akram09
akram09 / index.html
Last active November 7, 2021 13:56
InfoVis Tp
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>InfoVis Diagram</title>
<style>
.tooltip {
package oxxy.kero.roiaculte.team7.worki
import oxxy.kero.roiaculte.team7.annotation.WorkiUsecase
import oxxy.kero.roiaculte.team7.annotation.base.EitherInteractor
import oxxy.kero.roiaculte.team7.annotation.base.Failure
@WorkiUsecase(ProductRepository::class , "addProduct" )
interface AddProductUsecase: EitherInteractor<UserId, Result, Failure.SubmitionFailure>