C# 클래스 ClassLibrary.AlmacenService

파일 보기 프로젝트 열기: snahider/Test-Automation-NET

공개 메소드들

메소드 설명
AlmacenService ( ) : System
ReservarInventario ( int productoId, int cantidad ) : void

메소드 상세

AlmacenService() 공개 메소드

public AlmacenService ( ) : System
리턴 System

ReservarInventario() 공개 메소드

public ReservarInventario ( int productoId, int cantidad ) : void
productoId int
cantidad int
리턴 void