8 lines
116 B
C#
8 lines
116 B
C#
namespace Tello_Drone
|
|
{
|
|
public interface IDroneFactory
|
|
{
|
|
Drone CreateDrone { get; }
|
|
|
|
}
|
|
} |