6 lines
160 B
C#
6 lines
160 B
C#
namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
|
|
|
public interface ISingleCameraCreationService
|
|
{
|
|
void CreateCamera(SingleCameraVM cameraVm);
|
|
} |